#882805

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

Shades of Burnt Umber #882805

Tints of Burnt Umber #882805

Color information

#882805 (or 0x882805) is unknown color: approx Burnt Umber. HEX triplet: 88, 28 and 05. RGB value is (136,40,5). Sum of RGB (Red+Green+Blue) = 136+40+5=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #882805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882805 is #77D7FA. Grayscale: #404040. Windows color (decimal): -7854075 or 338056. OLE color: 338056.

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

Color convert

RGB136405-
CMYK00.710.960.47
HSL16.03º92.91%27.65%-
HSV(B)16.03º96.32%53.33%-
XYZ10.946.760.87-
YUV64.7194.3178.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.14%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=75.14%
G=22.10%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13640500.710.960.4716.0392.9127.65
Hex88285047602F105d1c
Octal2105050107140572013534
Binary1000100010100010101000111110000010111110000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882805; }

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

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

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

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

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

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

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

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