#8D4618

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

Shades of Saddle Brown #8D4618

Tints of Saddle Brown #8D4618

Color information

#8D4618 (or 0x8D4618) is unknown color: approx Saddle Brown. HEX triplet: 8D, 46 and 18. RGB value is (141,70,24). Sum of RGB (Red+Green+Blue) = 141+70+24=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4618 is #72B9E7. Grayscale: #565656. Windows color (decimal): -7518696 or 1590925. OLE color: 1590925.

HSL color Cylindrical-coordinate representation of color #8D4618: hue angle of 23.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D4618 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1417024-
CMYK00.500.830.45
HSL23.59º70.91%32.35%-
HSV(B)23.59º82.98%55.29%-
XYZ13.3410.112.11-
YUV85.9893.02167.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=60%
G=29.79%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141702400.500.830.4523.5970.9132.35
Hex8D4618032532D184720
Octal21510630062123553010740
Binary1000110110001101100001100101010011101101110001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,24); }

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

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

 a { background-color: rgb(141,70,24); }

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

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

 span { border-color: rgb(141,70,24); }

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