#8A3324

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

Shades of Burnt Umber #8A3324

Tints of Burnt Umber #8A3324

Color information

#8A3324 (or 0x8A3324) is unknown color: approx Burnt Umber. HEX triplet: 8A, 33 and 24. RGB value is (138,51,36). Sum of RGB (Red+Green+Blue) = 138+51+36=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3324 is #75CCDB. Grayscale: #4B4B4B. Windows color (decimal): -7720156 or 2372490. OLE color: 2372490.

HSL color Cylindrical-coordinate representation of color #8A3324: hue angle of 8.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A3324 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1385136-
CMYK00.630.740.46
HSL8.82º58.62%34.12%-
HSV(B)8.82º73.91%54.12%-
XYZ11.987.92.56-
YUV75.3105.82172.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.33%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 36 (14.45% from 255) = 16%
R=61.33%
G=22.67%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138513600.630.740.468.8258.6234.12
Hex8A332403F4A2E93b22
Octal212634407711256117342
Binary10001010110011100100011111110010101011101001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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