#883120

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

Shades of Burnt Umber #883120

Tints of Burnt Umber #883120

Color information

#883120 (or 0x883120) is unknown color: approx Burnt Umber. HEX triplet: 88, 31 and 20. RGB value is (136,49,32). Sum of RGB (Red+Green+Blue) = 136+49+32=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #883120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883120 is #77CEDF. Grayscale: #494949. Windows color (decimal): -7851744 or 2109832. OLE color: 2109832.

HSL color Cylindrical-coordinate representation of color #883120: hue angle of 9.81º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883120 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1364932-
CMYK00.640.760.47
HSL9.81º61.9%32.94%-
HSV(B)9.81º76.47%53.33%-
XYZ11.517.542.21-
YUV73.07104.82172.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=62.67%
G=22.58%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136493200.640.760.479.8161.932.94
Hex8831200404C2Fa3e21
Octal2106140010011457127641
Binary100010001100011000000100000010011001011111010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883120; }

 p { color: rgb(136,49,32); }

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

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

 a { background-color: rgb(136,49,32); }

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

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

 span { border-color: rgb(136,49,32); }

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