#8B2D23

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

Shades of Burnt Umber #8B2D23

Tints of Burnt Umber #8B2D23

Color information

#8B2D23 (or 0x8B2D23) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2D and 23. RGB value is (139,45,35). Sum of RGB (Red+Green+Blue) = 139+45+35=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D23 is #74D2DC. Grayscale: #484848. Windows color (decimal): -7656157 or 2305419. OLE color: 2305419.

HSL color Cylindrical-coordinate representation of color #8B2D23: hue angle of 5.77º 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 #8B2D23 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB1394535-
CMYK00.680.750.45
HSL5.77º59.77%34.12%-
HSV(B)5.77º74.82%54.51%-
XYZ11.897.492.41-
YUV71.97107.14175.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=63.47%
G=20.55%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139453500.680.750.455.7759.7734.12
Hex8B2D230444B2D63c22
Octal213554301041135567442
Binary10001011101101100011010001001001011101101110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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