#88321C

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

Shades of Burnt Umber #88321C

Tints of Burnt Umber #88321C

Color information

#88321C (or 0x88321C) is unknown color: approx Burnt Umber. HEX triplet: 88, 32 and 1C. RGB value is (136,50,28). Sum of RGB (Red+Green+Blue) = 136+50+28=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88321C is #77CDE3. Grayscale: #494949. Windows color (decimal): -7851492 or 1847944. OLE color: 1847944.

HSL color Cylindrical-coordinate representation of color #88321C: hue angle of 12.22º 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 #88321C is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1365028-
CMYK00.630.790.47
HSL12.22º65.85%32.16%-
HSV(B)12.22º79.41%53.33%-
XYZ11.57.61.96-
YUV73.21102.49172.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.55%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=63.55%
G=23.36%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136502800.630.790.4712.2265.8532.16
Hex88321C03F4F2Fc4220
Octal2106234077117571410240
Binary10001000110010111000111111100111110111111001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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