#8D4202

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

Shades of Saddle Brown #8D4202

Tints of Saddle Brown #8D4202

Color information

#8D4202 (or 0x8D4202) is unknown color: approx Saddle Brown. HEX triplet: 8D, 42 and 02. RGB value is (141,66,2). Sum of RGB (Red+Green+Blue) = 141+66+2=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4202 is #72BDFD. Grayscale: #515151. Windows color (decimal): -7519742 or 148109. OLE color: 148109.

HSL color Cylindrical-coordinate representation of color #8D4202: hue angle of 27.63º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D4202 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB141662-
CMYK00.530.990.45
HSL27.63º97.2%28.04%-
HSV(B)27.63º98.58%55.29%-
XYZ12.949.561.22-
YUV81.1383.35170.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.46%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=67.46%
G=31.58%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14166200.530.990.4527.6397.228.04
Hex8D422035632D1c611c
Octal2151022065143553414134
Binary100011011000010100110101110001110110111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,2); }

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

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

 a { background-color: rgb(141,66,2); }

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

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

 span { border-color: rgb(141,66,2); }

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