#8A2B0D

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

Shades of Burnt Umber #8A2B0D

Tints of Burnt Umber #8A2B0D

Color information

#8A2B0D (or 0x8A2B0D) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2B and 0D. RGB value is (138,43,13). Sum of RGB (Red+Green+Blue) = 138+43+13=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2B0D is #75D4F2. Grayscale: #444444. Windows color (decimal): -7722227 or 863114. OLE color: 863114.

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

Color convert

RGB1384313-
CMYK00.690.910.46
HSL14.4º82.78%29.61%-
HSV(B)14.4º90.58%54.12%-
XYZ11.427.161.16-
YUV67.9896.97177.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.13%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=71.13%
G=22.16%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138431300.690.910.4614.482.7829.61
Hex8A2BD0455B2Ee531e
Octal21253150105133561612336
Binary1000101010101111010100010110110111011101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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