#88361A

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

Shades of Burnt Umber #88361A

Tints of Burnt Umber #88361A

Color information

#88361A (or 0x88361A) is unknown color: approx Burnt Umber. HEX triplet: 88, 36 and 1A. RGB value is (136,54,26). Sum of RGB (Red+Green+Blue) = 136+54+26=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #88361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88361A is #77C9E5. Grayscale: #4B4B4B. Windows color (decimal): -7850470 or 1717896. OLE color: 1717896.

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

Color convert

RGB1365426-
CMYK00.600.810.47
HSL15.27º67.9%31.76%-
HSV(B)15.27º80.88%53.33%-
XYZ11.667.951.9-
YUV75.33100.17171.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.96%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=62.96%
G=25%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136542600.600.810.4715.2767.931.76
Hex88361A03C512Ff4420
Octal2106632074121571710440
Binary10001000110110110100111100101000110111111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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