#8C350B

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

Shades of Saddle Brown #8C350B

Tints of Saddle Brown #8C350B

Color information

#8C350B (or 0x8C350B) is unknown color: approx Saddle Brown. HEX triplet: 8C, 35 and 0B. RGB value is (140,53,11). Sum of RGB (Red+Green+Blue) = 140+53+11=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C350B is #73CAF4. Grayscale: #4A4A4A. Windows color (decimal): -7588597 or 734604. OLE color: 734604.

HSL color Cylindrical-coordinate representation of color #8C350B: hue angle of 19.53º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C350B is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1405311-
CMYK00.620.920.45
HSL19.53º85.43%29.61%-
HSV(B)19.53º92.14%54.9%-
XYZ12.158.151.25-
YUV74.2392.32174.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.63%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=68.63%
G=25.98%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140531100.620.920.4519.5385.4329.61
Hex8C35B03E5C2D14551e
Octal2146513076134552412536
Binary1000110011010110110111110101110010110110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,53,11); }

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

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

 a { background-color: rgb(140,53,11); }

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

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

 span { border-color: rgb(140,53,11); }

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