#8b3526

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

Shades of Burnt Umber #8B3526

Tints of Burnt Umber #8B3526

Color information

#8B3526 (or 0x8B3526) is unknown color: approx Burnt Umber. HEX triplet: 8B, 35 and 26. RGB value is (139,53,38). Sum of RGB (Red+Green+Blue) = 139+53+38=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3526 is #74CAD9. Grayscale: #4D4D4D. Windows color (decimal): -7654106 or 2504075. OLE color: 2504075.

HSL color Cylindrical-coordinate representation of color #8B3526: hue angle of 8.91º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B3526 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1395338-
CMYK00.620.730.45
HSL8.91º57.06%34.71%-
HSV(B)8.91º72.66%54.51%-
XYZ12.278.182.76-
YUV77105.99172.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.43%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=60.43%
G=23.04%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139533800.620.730.458.9157.0634.71
Hex8B352603E492D93923
Octal213654607611155117143
Binary10001011110101100110011111010010011011011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,53,38); }

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

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

 a { background-color: rgb(139,53,38); }

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

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

 span { border-color: rgb(139,53,38); }

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