#8b4018

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

Shades of Saddle Brown #8B4018

Tints of Saddle Brown #8B4018

Color information

#8B4018 (or 0x8B4018) is unknown color: approx Saddle Brown. HEX triplet: 8B, 40 and 18. RGB value is (139,64,24). Sum of RGB (Red+Green+Blue) = 139+64+24=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4018 is #74BFE7. Grayscale: #525252. Windows color (decimal): -7651304 or 1589387. OLE color: 1589387.

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

Color convert

RGB1396424-
CMYK00.540.830.45
HSL20.87º70.55%31.96%-
HSV(B)20.87º82.73%54.51%-
XYZ12.659.221.98-
YUV81.8695.35168.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=61.23%
G=28.19%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139642400.540.830.4520.8770.5531.96
Hex8B4018036532D154720
Octal21310030066123552510740
Binary1000101110000001100001101101010011101101101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b4018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,64,24); }

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

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

 a { background-color: rgb(139,64,24); }

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

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

 span { border-color: rgb(139,64,24); }

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