#8C3209

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

Shades of Saddle Brown #8C3209

Tints of Saddle Brown #8C3209

Color information

#8C3209 (or 0x8C3209) is unknown color: approx Saddle Brown. HEX triplet: 8C, 32 and 09. RGB value is (140,50,9). Sum of RGB (Red+Green+Blue) = 140+50+9=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3209 is #73CDF6. Grayscale: #484848. Windows color (decimal): -7589367 or 602764. OLE color: 602764.

HSL color Cylindrical-coordinate representation of color #8C3209: hue angle of 18.78º 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 #8C3209 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB140509-
CMYK00.640.940.45
HSL18.78º87.92%29.22%-
HSV(B)18.78º93.57%54.9%-
XYZ12.017.881.15-
YUV72.2492.32176.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 70.35%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 9 (3.91% from 255) = 4.52%
R=70.35%
G=25.13%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14050900.640.940.4518.7887.9229.22
Hex8C3290405E2D13581d
Octal21462110100136552313035
Binary10001100110010100101000000101111010110110011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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