#8D3F06

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

Shades of Saddle Brown #8D3F06

Tints of Saddle Brown #8D3F06

Color information

#8D3F06 (or 0x8D3F06) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3F and 06. RGB value is (141,63,6). Sum of RGB (Red+Green+Blue) = 141+63+6=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3F06 is #72C0F9. Grayscale: #505050. Windows color (decimal): -7520506 or 409485. OLE color: 409485.

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

Color convert

RGB141636-
CMYK00.550.960.45
HSL25.33º91.84%28.82%-
HSV(B)25.33º95.74%55.29%-
XYZ12.799.231.28-
YUV79.8286.34171.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.14%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 6 (2.73% from 255) = 2.86%
R=67.14%
G=30%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14163600.550.960.4525.3391.8428.82
Hex8D3F6037602D195c1d
Octal215776067140553113435
Binary100011011111111100110111110000010110111001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,6); }

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

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

 a { background-color: rgb(141,63,6); }

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

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

 span { border-color: rgb(141,63,6); }

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