#882E13

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

Shades of Burnt Umber #882E13

Tints of Burnt Umber #882E13

Color information

#882E13 (or 0x882E13) is unknown color: approx Burnt Umber. HEX triplet: 88, 2E and 13. RGB value is (136,46,19). Sum of RGB (Red+Green+Blue) = 136+46+19=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #882E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882E13 is #77D1EC. Grayscale: #464646. Windows color (decimal): -7852525 or 1257096. OLE color: 1257096.

HSL color Cylindrical-coordinate representation of color #882E13: hue angle of 13.85º 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 #882E13 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1364619-
CMYK00.660.860.47
HSL13.85º75.48%30.39%-
HSV(B)13.85º86.03%53.33%-
XYZ11.257.241.42-
YUV69.8399.32175.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.66%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=67.66%
G=22.89%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136461900.660.860.4713.8575.4830.39
Hex882E13042562Fe4b1e
Octal21056230102126571611336
Binary10001000101110100110100001010101101011111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882E13; }

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

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

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

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

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

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

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

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