#8B4D11

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

Shades of Saddle Brown #8B4D11

Tints of Saddle Brown #8B4D11

Color information

#8B4D11 (or 0x8B4D11) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4D and 11. RGB value is (139,77,17). Sum of RGB (Red+Green+Blue) = 139+77+17=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B4D11 is #74B2EE. Grayscale: #595959. Windows color (decimal): -7647983 or 1133963. OLE color: 1133963.

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

Color convert

RGB1397717-
CMYK00.450.880.45
HSL29.51º78.21%30.59%-
HSV(B)29.51º87.77%54.51%-
XYZ13.410.841.92-
YUV88.787.54163.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=59.66%
G=33.05%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139771700.450.880.4529.5178.2130.59
Hex8B4D1102D582D1e4e1f
Octal21311521055130553611637
Binary100010111001101100010101101101100010110111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,17); }

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

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

 a { background-color: rgb(139,77,17); }

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

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

 span { border-color: rgb(139,77,17); }

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