#8A2805

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

Shades of Burnt Umber #8A2805

Tints of Burnt Umber #8A2805

Color information

#8A2805 (or 0x8A2805) is unknown color: approx Burnt Umber. HEX triplet: 8A, 28 and 05. RGB value is (138,40,5). Sum of RGB (Red+Green+Blue) = 138+40+5=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2805 is #75D7FA. Grayscale: #414141. Windows color (decimal): -7723003 or 338058. OLE color: 338058.

HSL color Cylindrical-coordinate representation of color #8A2805: hue angle of 15.79º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A2805 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB138405-
CMYK00.710.960.46
HSL15.79º93.01%28.04%-
HSV(B)15.79º96.38%54.12%-
XYZ11.276.930.89-
YUV65.3193.97179.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.41%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=75.41%
G=21.86%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13840500.710.960.4615.7993.0128.04
Hex8A285047602E105d1c
Octal2125050107140562013534
Binary1000101010100010101000111110000010111010000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,40,5); }

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

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

 a { background-color: rgb(138,40,5); }

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

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

 span { border-color: rgb(138,40,5); }

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