#8A2B1D

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

Shades of Burnt Umber #8A2B1D

Tints of Burnt Umber #8A2B1D

Color information

#8A2B1D (or 0x8A2B1D) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2B and 1D. RGB value is (138,43,29). Sum of RGB (Red+Green+Blue) = 138+43+29=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B1D is #75D4E2. Grayscale: #454545. Windows color (decimal): -7722211 or 1911690. OLE color: 1911690.

HSL color Cylindrical-coordinate representation of color #8A2B1D: hue angle of 7.71º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2B1D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB1384329-
CMYK00.690.790.46
HSL7.71º65.27%32.75%-
HSV(B)7.71º78.99%54.12%-
XYZ11.577.221.95-
YUV69.81104.97176.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 65.71%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=65.71%
G=20.48%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138432900.690.790.467.7165.2732.75
Hex8A2B1D0454F2E84121
Octal21253350105117561010141
Binary100010101010111110101000101100111110111010001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,29); }

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

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

 a { background-color: rgb(138,43,29); }

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

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

 span { border-color: rgb(138,43,29); }

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