#882F13

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

Shades of Burnt Umber #882F13

Tints of Burnt Umber #882F13

Color information

#882F13 (or 0x882F13) is unknown color: approx Burnt Umber. HEX triplet: 88, 2F and 13. RGB value is (136,47,19). Sum of RGB (Red+Green+Blue) = 136+47+19=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #882F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F13 is #77D0EC. Grayscale: #464646. Windows color (decimal): -7852269 or 1257352. OLE color: 1257352.

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

Color convert

RGB1364719-
CMYK00.650.860.47
HSL14.36º75.48%30.39%-
HSV(B)14.36º86.03%53.33%-
XYZ11.297.311.43-
YUV70.4298.99174.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.33%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=67.33%
G=23.27%
B=9.41%

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
Decimal136471900.650.860.4714.3675.4830.39
Hex882F13041562Fe4b1e
Octal21057230101126571611336
Binary10001000101111100110100000110101101011111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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