#8B491A

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

Shades of Saddle Brown #8B491A

Tints of Saddle Brown #8B491A

Color information

#8B491A (or 0x8B491A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 49 and 1A. RGB value is (139,73,26). Sum of RGB (Red+Green+Blue) = 139+73+26=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B491A is #74B6E5. Grayscale: #575757. Windows color (decimal): -7648998 or 1722763. OLE color: 1722763.

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

Color convert

RGB1397326-
CMYK00.470.810.45
HSL24.96º68.48%32.35%-
HSV(B)24.96º81.29%54.51%-
XYZ13.2210.332.27-
YUV87.3893.37164.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 26 (10.55% from 255) = 10.92%
R=58.40%
G=30.67%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139732600.470.810.4524.9668.4832.35
Hex8B491A02F512D194420
Octal21311132057121553110440
Binary1000101110010011101001011111010001101101110011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,26); }

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

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

 a { background-color: rgb(139,73,26); }

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

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

 span { border-color: rgb(139,73,26); }

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