#882B13

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

Shades of Burnt Umber #882B13

Tints of Burnt Umber #882B13

Color information

#882B13 (or 0x882B13) is unknown color: approx Burnt Umber. HEX triplet: 88, 2B and 13. RGB value is (136,43,19). Sum of RGB (Red+Green+Blue) = 136+43+19=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #882B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882B13 is #77D4EC. Grayscale: #444444. Windows color (decimal): -7853293 or 1256328. OLE color: 1256328.

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

Color convert

RGB1364319-
CMYK00.680.860.47
HSL12.31º75.48%30.39%-
HSV(B)12.31º86.03%53.33%-
XYZ11.137.011.38-
YUV68.07100.31176.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.69%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=68.69%
G=21.72%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136431900.680.860.4712.3175.4830.39
Hex882B13044562Fc4b1e
Octal21053230104126571411336
Binary10001000101011100110100010010101101011111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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