#8B451F

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

Shades of Saddle Brown #8B451F

Tints of Saddle Brown #8B451F

Color information

#8B451F (or 0x8B451F) is unknown color: approx Saddle Brown. HEX triplet: 8B, 45 and 1F. RGB value is (139,69,31). Sum of RGB (Red+Green+Blue) = 139+69+31=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B451F is #74BAE0. Grayscale: #555555. Windows color (decimal): -7650017 or 2049419. OLE color: 2049419.

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

Color convert

RGB1396931-
CMYK00.500.780.45
HSL21.11º63.53%33.33%-
HSV(B)21.11º77.7%54.51%-
XYZ13.029.842.51-
YUV85.697.19166.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=58.16%
G=28.87%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139693100.500.780.4521.1163.5333.33
Hex8B451F0324E2D154021
Octal21310537062116552510041
Binary1000101110001011111101100101001110101101101011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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