#8D3F08

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

Shades of Saddle Brown #8D3F08

Tints of Saddle Brown #8D3F08

Color information

#8D3F08 (or 0x8D3F08) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3F and 08. RGB value is (141,63,8). Sum of RGB (Red+Green+Blue) = 141+63+8=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3F08 is #72C0F7. Grayscale: #505050. Windows color (decimal): -7520504 or 540557. OLE color: 540557.

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

Color convert

RGB141638-
CMYK00.550.940.45
HSL24.81º89.26%29.22%-
HSV(B)24.81º94.33%55.29%-
XYZ12.819.241.34-
YUV80.0587.34171.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.51%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=66.51%
G=29.72%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14163800.550.940.4524.8189.2629.22
Hex8D3F80375E2D19591d
Octal2157710067136553113135
Binary1000110111111110000110111101111010110111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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