#88281C

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

Shades of Burnt Umber #88281C

Tints of Burnt Umber #88281C

Color information

#88281C (or 0x88281C) is unknown color: approx Burnt Umber. HEX triplet: 88, 28 and 1C. RGB value is (136,40,28). Sum of RGB (Red+Green+Blue) = 136+40+28=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88281C is #77D7E3. Grayscale: #434343. Windows color (decimal): -7854052 or 1845384. OLE color: 1845384.

HSL color Cylindrical-coordinate representation of color #88281C: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88281C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1364028-
CMYK00.710.790.47
HSL6.67º65.85%32.16%-
HSV(B)6.67º79.41%53.33%-
XYZ11.126.841.83-
YUV67.34105.8176.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.67%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 28 (11.33% from 255) = 13.73%
R=66.67%
G=19.61%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136402800.710.790.476.6765.8532.16
Hex88281C0474F2F74220
Octal2105034010711757710240
Binary10001000101000111000100011110011111011111111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88281C; }

 p { color: rgb(136,40,28); }

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

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

 a { background-color: rgb(136,40,28); }

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

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

 span { border-color: rgb(136,40,28); }

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