#8C3708

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

Shades of Saddle Brown #8C3708

Tints of Saddle Brown #8C3708

Color information

#8C3708 (or 0x8C3708) is unknown color: approx Saddle Brown. HEX triplet: 8C, 37 and 08. RGB value is (140,55,8). Sum of RGB (Red+Green+Blue) = 140+55+8=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3708 is #73C8F7. Grayscale: #4B4B4B. Windows color (decimal): -7588088 or 538508. OLE color: 538508.

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

Color convert

RGB140558-
CMYK00.610.940.45
HSL21.36º89.19%29.02%-
HSV(B)21.36º94.29%54.9%-
XYZ12.238.331.19-
YUV75.0690.16174.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.97%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=68.97%
G=27.09%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14055800.610.940.4521.3689.1929.02
Hex8C37803D5E2D15591d
Octal2146710075136552513135
Binary1000110011011110000111101101111010110110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,55,8); }

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

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

 a { background-color: rgb(140,55,8); }

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

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

 span { border-color: rgb(140,55,8); }

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