#8b4513

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

Shades of SaddleBrown #8B4513

Tints of SaddleBrown #8B4513

Color information

#8B4513 (or 0x8B4513) is known color: SaddleBrown. HEX triplet: 8B, 45 and 13. RGB value is (139,69,19). Sum of RGB (Red+Green+Blue) = 139+69+19=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4513 is #74BAEC. Grayscale: #545454. Windows color (decimal): -7650029 or 1262987. OLE color: 1262987.

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

Color convert

RGB1396919-
CMYK00.500.860.45
HSL25º75.95%30.98%-
HSV(B)25º86.33%54.51%-
XYZ12.899.791.83-
YUV84.2391.19167.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=61.23%
G=30.40%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139691900.500.860.452575.9530.98
Hex8B4513032562D194c1f
Octal21310523062126553111437
Binary100010111000101100110110010101011010110111001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b4513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,19); }

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

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

 a { background-color: rgb(139,69,19); }

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

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

 span { border-color: rgb(139,69,19); }

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