#8B2B23

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

Shades of Burnt Umber #8B2B23

Tints of Burnt Umber #8B2B23

Color information

#8B2B23 (or 0x8B2B23) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2B and 23. RGB value is (139,43,35). Sum of RGB (Red+Green+Blue) = 139+43+35=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2B23 is #74D4DC. Grayscale: #464646. Windows color (decimal): -7656669 or 2304907. OLE color: 2304907.

HSL color Cylindrical-coordinate representation of color #8B2B23: hue angle of 4.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2B23 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB1394335-
CMYK00.690.750.45
HSL4.62º59.77%34.12%-
HSV(B)4.62º74.82%54.51%-
XYZ11.817.342.38-
YUV70.79107.8176.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.06%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=64.06%
G=19.82%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139433500.690.750.454.6259.7734.12
Hex8B2B230454B2D53c22
Octal213534301051135557442
Binary10001011101011100011010001011001011101101101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,43,35); }

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

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

 a { background-color: rgb(139,43,35); }

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

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

 span { border-color: rgb(139,43,35); }

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