#8C3E09

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

Shades of Saddle Brown #8C3E09

Tints of Saddle Brown #8C3E09

Color information

#8C3E09 (or 0x8C3E09) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3E and 09. RGB value is (140,62,9). Sum of RGB (Red+Green+Blue) = 140+62+9=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3E09 is #73C1F6. Grayscale: #4F4F4F. Windows color (decimal): -7586295 or 605836. OLE color: 605836.

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

Color convert

RGB140629-
CMYK00.560.940.45
HSL24.27º87.92%29.22%-
HSV(B)24.27º93.57%54.9%-
XYZ12.599.041.34-
YUV79.2888.34171.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 9 (3.91% from 255) = 4.27%
R=66.35%
G=29.38%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14062900.560.940.4524.2787.9229.22
Hex8C3E90385E2D18581d
Octal2147611070136553013035
Binary1000110011111010010111000101111010110111000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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