#883014

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

Shades of Burnt Umber #883014

Tints of Burnt Umber #883014

Color information

#883014 (or 0x883014) is unknown color: approx Burnt Umber. HEX triplet: 88, 30 and 14. RGB value is (136,48,20). Sum of RGB (Red+Green+Blue) = 136+48+20=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #883014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883014 is #77CFEB. Grayscale: #474747. Windows color (decimal): -7852012 or 1323144. OLE color: 1323144.

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

Color convert

RGB1364820-
CMYK00.650.850.47
HSL14.48º74.36%30.59%-
HSV(B)14.48º85.29%53.33%-
XYZ11.347.41.49-
YUV71.1299.15174.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.67%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=66.67%
G=23.53%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136482000.650.850.4714.4874.3630.59
Hex883014041552Fe4a1f
Octal21060240101125571611237
Binary10001000110000101000100000110101011011111110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883014; }

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

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

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

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

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

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

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

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