#882F23

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

Shades of Burnt Umber #882F23

Tints of Burnt Umber #882F23

Color information

#882F23 (or 0x882F23) is unknown color: approx Burnt Umber. HEX triplet: 88, 2F and 23. RGB value is (136,47,35). Sum of RGB (Red+Green+Blue) = 136+47+35=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F23 is #77D0DC. Grayscale: #484848. Windows color (decimal): -7852253 or 2305928. OLE color: 2305928.

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

Color convert

RGB1364735-
CMYK00.650.740.47
HSL7.13º59.06%33.53%-
HSV(B)7.13º74.26%53.33%-
XYZ11.477.392.41-
YUV72.24106.99173.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=62.39%
G=21.56%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136473500.650.740.477.1359.0633.53
Hex882F230414A2F73b22
Octal210574301011125777342
Binary10001000101111100011010000011001010101111111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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