#8A321F

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

Shades of Burnt Umber #8A321F

Tints of Burnt Umber #8A321F

Color information

#8A321F (or 0x8A321F) is unknown color: approx Burnt Umber. HEX triplet: 8A, 32 and 1F. RGB value is (138,50,31). Sum of RGB (Red+Green+Blue) = 138+50+31=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A321F is #75CDE0. Grayscale: #4A4A4A. Windows color (decimal): -7720417 or 2044554. OLE color: 2044554.

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

Color convert

RGB1385031-
CMYK00.640.780.46
HSL10.65º63.31%33.14%-
HSV(B)10.65º77.54%54.12%-
XYZ11.877.782.17-
YUV74.15103.65173.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.01%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=63.01%
G=22.83%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138503100.640.780.4610.6563.3133.14
Hex8A321F0404E2Eb3f21
Octal2126237010011656137741
Binary10001010110010111110100000010011101011101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,50,31); }

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

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

 a { background-color: rgb(138,50,31); }

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

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

 span { border-color: rgb(138,50,31); }

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