#8A290B

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

Shades of Burnt Umber #8A290B

Tints of Burnt Umber #8A290B

Color information

#8A290B (or 0x8A290B) is unknown color: approx Burnt Umber. HEX triplet: 8A, 29 and 0B. RGB value is (138,41,11). Sum of RGB (Red+Green+Blue) = 138+41+11=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A290B is #75D6F4. Grayscale: #424242. Windows color (decimal): -7722741 or 731530. OLE color: 731530.

HSL color Cylindrical-coordinate representation of color #8A290B: hue angle of 14.17º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A290B is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1384111-
CMYK00.700.920.46
HSL14.17º85.23%29.22%-
HSV(B)14.17º92.03%54.12%-
XYZ11.337.011.07-
YUV66.5896.64178.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 72.63%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=72.63%
G=21.58%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138411100.700.920.4614.1785.2329.22
Hex8A29B0465C2Ee551d
Octal21251130106134561612535
Binary1000101010100110110100011010111001011101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,41,11); }

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

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

 a { background-color: rgb(138,41,11); }

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

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

 span { border-color: rgb(138,41,11); }

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