#8D4302

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

Shades of Saddle Brown #8D4302

Tints of Saddle Brown #8D4302

Color information

#8D4302 (or 0x8D4302) is unknown color: approx Saddle Brown. HEX triplet: 8D, 43 and 02. RGB value is (141,67,2). Sum of RGB (Red+Green+Blue) = 141+67+2=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4302 is #72BCFD. Grayscale: #525252. Windows color (decimal): -7519486 or 148365. OLE color: 148365.

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

Color convert

RGB141672-
CMYK00.520.990.45
HSL28.06º97.2%28.04%-
HSV(B)28.06º98.58%55.29%-
XYZ139.681.24-
YUV81.7283.02170.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.14%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=67.14%
G=31.90%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14167200.520.990.4528.0697.228.04
Hex8D432034632D1c611c
Octal2151032064143553414134
Binary100011011000011100110100110001110110111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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