#8c3509

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

Shades of Saddle Brown #8C3509

Tints of Saddle Brown #8C3509

Color information

#8C3509 (or 0x8C3509) is unknown color: approx Saddle Brown. HEX triplet: 8C, 35 and 09. RGB value is (140,53,9). Sum of RGB (Red+Green+Blue) = 140+53+9=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3509 is #73CAF6. Grayscale: #4A4A4A. Windows color (decimal): -7588599 or 603532. OLE color: 603532.

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

Color convert

RGB140539-
CMYK00.620.940.45
HSL20.15º87.92%29.22%-
HSV(B)20.15º93.57%54.9%-
XYZ12.148.141.19-
YUV7491.32175.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.31%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 9 (3.91% from 255) = 4.46%
R=69.31%
G=26.24%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14053900.620.940.4520.1587.9229.22
Hex8C35903E5E2D14581d
Octal2146511076136552413035
Binary1000110011010110010111110101111010110110100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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