#8A331C

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

Shades of Burnt Umber #8A331C

Tints of Burnt Umber #8A331C

Color information

#8A331C (or 0x8A331C) is unknown color: approx Burnt Umber. HEX triplet: 8A, 33 and 1C. RGB value is (138,51,28). Sum of RGB (Red+Green+Blue) = 138+51+28=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A331C is #75CCE3. Grayscale: #4A4A4A. Windows color (decimal): -7720164 or 1848202. OLE color: 1848202.

HSL color Cylindrical-coordinate representation of color #8A331C: hue angle of 12.55º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A331C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1385128-
CMYK00.630.800.46
HSL12.55º66.27%32.55%-
HSV(B)12.55º79.71%54.12%-
XYZ11.877.851.99-
YUV74.39101.82173.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=63.59%
G=23.50%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138512800.630.800.4612.5566.2732.55
Hex8A331C03F502Ed4221
Octal2126334077120561510241
Binary10001010110011111000111111101000010111011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,51,28); }

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

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

 a { background-color: rgb(138,51,28); }

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

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

 span { border-color: rgb(138,51,28); }

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