#883016

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

Shades of Burnt Umber #883016

Tints of Burnt Umber #883016

Color information

#883016 (or 0x883016) is unknown color: approx Burnt Umber. HEX triplet: 88, 30 and 16. RGB value is (136,48,22). Sum of RGB (Red+Green+Blue) = 136+48+22=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #883016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883016 is #77CFE9. Grayscale: #474747. Windows color (decimal): -7852010 or 1454216. OLE color: 1454216.

HSL color Cylindrical-coordinate representation of color #883016: hue angle of 13.68º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #883016 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1364822-
CMYK00.650.840.47
HSL13.68º72.15%30.98%-
HSV(B)13.68º83.82%53.33%-
XYZ11.367.411.59-
YUV71.35100.15174.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=66.02%
G=23.30%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136482200.650.840.4713.6872.1530.98
Hex883016041542Fe481f
Octal21060260101124571611037
Binary10001000110000101100100000110101001011111110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883016; }

 p { color: rgb(136,48,22); }

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

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

 a { background-color: rgb(136,48,22); }

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

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

 span { border-color: rgb(136,48,22); }

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