#883013

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

Shades of Burnt Umber #883013

Tints of Burnt Umber #883013

Color information

#883013 (or 0x883013) is unknown color: approx Burnt Umber. HEX triplet: 88, 30 and 13. RGB value is (136,48,19). Sum of RGB (Red+Green+Blue) = 136+48+19=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #883013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883013 is #77CFEC. Grayscale: #474747. Windows color (decimal): -7852013 or 1257608. OLE color: 1257608.

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

Color convert

RGB1364819-
CMYK00.650.860.47
HSL14.87º75.48%30.39%-
HSV(B)14.87º86.03%53.33%-
XYZ11.337.41.45-
YUV71.0198.65174.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=67.00%
G=23.65%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136481900.650.860.4714.8775.4830.39
Hex883013041562Ff4b1e
Octal21060230101126571711336
Binary10001000110000100110100000110101101011111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883013; }

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

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

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

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

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

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

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

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