#8c4f1d

Color #8C4F1D Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8C4F1D

Tints of Saddle Brown #8C4F1D

Color information

#8C4F1D (or 0x8C4F1D) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4F and 1D. RGB value is (140,79,29). Sum of RGB (Red+Green+Blue) = 140+79+29=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4F1D is #73B0E2. Grayscale: #5B5B5B. Windows color (decimal): -7581923 or 1920908. OLE color: 1920908.

HSL color Cylindrical-coordinate representation of color #8C4F1D: hue angle of 27.03º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C4F1D is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1407929-
CMYK00.440.790.45
HSL27.03º65.68%33.14%-
HSV(B)27.03º79.29%54.9%-
XYZ13.8311.262.61-
YUV91.5492.71162.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 56.45%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 29 (11.72% from 255) = 11.69%
R=56.45%
G=31.85%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140792900.440.790.4527.0365.6833.14
Hex8C4F1D02C4F2D1b4221
Octal21411735054117553310241
Binary1000110010011111110101011001001111101101110111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c4f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c4f1d; }

 p { color: rgb(140,79,29); }

 H1.HeaderClassName
 {
   color: #8c4f1d;
 }
 .AnyTagClassName
 {
   color: #8c4f1d;
 }
</style>
background-color css

<style>
 a { background-color: #8c4f1d; }

 a { background-color: rgb(140,79,29); }

 div.DivClassName
 {
   background-color: #8c4f1d;
 }
 .BgClassName
 {
   background-color: #8c4f1d;
 }
</style>
border-color css

<style>
 span { border-color: #8c4f1d; }

 span { border-color: rgb(140,79,29); }

 td.TdClassName
 {
   border-color: #8c4f1d;
 }
 .TagClassName
 {
   border-color: #8c4f1d;
 }
</style>