#88361B

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

Shades of Burnt Umber #88361B

Tints of Burnt Umber #88361B

Color information

#88361B (or 0x88361B) is unknown color: approx Burnt Umber. HEX triplet: 88, 36 and 1B. RGB value is (136,54,27). Sum of RGB (Red+Green+Blue) = 136+54+27=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88361B is #77C9E4. Grayscale: #4B4B4B. Windows color (decimal): -7850469 or 1783432. OLE color: 1783432.

HSL color Cylindrical-coordinate representation of color #88361B: hue angle of 14.86º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88361B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1365427-
CMYK00.600.800.47
HSL14.86º66.87%31.96%-
HSV(B)14.86º80.15%53.33%-
XYZ11.677.951.96-
YUV75.44100.67171.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=62.67%
G=24.88%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136542700.600.800.4714.8666.8731.96
Hex88361B03C502Ff4320
Octal2106633074120571710340
Binary10001000110110110110111100101000010111111111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88361B; }

 p { color: rgb(136,54,27); }

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

<style>
 a { background-color: #88361B; }

 a { background-color: rgb(136,54,27); }

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

<style>
 span { border-color: #88361B; }

 span { border-color: rgb(136,54,27); }

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