#8D3B0C

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

Shades of Saddle Brown #8D3B0C

Tints of Saddle Brown #8D3B0C

Color information

#8D3B0C (or 0x8D3B0C) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3B and 0C. RGB value is (141,59,12). Sum of RGB (Red+Green+Blue) = 141+59+12=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3B0C is #72C4F3. Grayscale: #4E4E4E. Windows color (decimal): -7521524 or 801677. OLE color: 801677.

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

Color convert

RGB1415912-
CMYK00.580.910.45
HSL21.86º84.31%30%-
HSV(B)21.86º91.49%55.29%-
XYZ12.618.821.38-
YUV78.1690.67172.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.51%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=66.51%
G=27.83%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141591200.580.910.4521.8684.3130
Hex8D3BC03A5B2D16541e
Octal2157314072133552612436
Binary1000110111101111000111010101101110110110110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,59,12); }

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

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

 a { background-color: rgb(141,59,12); }

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

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

 span { border-color: rgb(141,59,12); }

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