#8A2F27

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

Shades of Burnt Umber #8A2F27

Tints of Burnt Umber #8A2F27

Color information

#8A2F27 (or 0x8A2F27) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2F and 27. RGB value is (138,47,39). Sum of RGB (Red+Green+Blue) = 138+47+39=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2F27 is #75D0D8. Grayscale: #494949. Windows color (decimal): -7721177 or 2568074. OLE color: 2568074.

HSL color Cylindrical-coordinate representation of color #8A2F27: hue angle of 4.85º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2F27 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1384739-
CMYK00.660.720.46
HSL4.85º55.93%34.71%-
HSV(B)4.85º71.74%54.12%-
XYZ11.867.582.76-
YUV73.3108.65174.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.61%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=61.61%
G=20.98%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138473900.660.720.464.8555.9334.71
Hex8A2F27042482E53823
Octal212574701021105657043
Binary10001010101111100111010000101001000101110101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,47,39); }

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

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

 a { background-color: rgb(138,47,39); }

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

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

 span { border-color: rgb(138,47,39); }

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