#88331A

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

Shades of Burnt Umber #88331A

Tints of Burnt Umber #88331A

Color information

#88331A (or 0x88331A) is unknown color: approx Burnt Umber. HEX triplet: 88, 33 and 1A. RGB value is (136,51,26). Sum of RGB (Red+Green+Blue) = 136+51+26=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #88331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88331A is #77CCE5. Grayscale: #494949. Windows color (decimal): -7851238 or 1717128. OLE color: 1717128.

HSL color Cylindrical-coordinate representation of color #88331A: hue angle of 13.64º 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 #88331A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1365126-
CMYK00.620.810.47
HSL13.64º67.9%31.76%-
HSV(B)13.64º80.88%53.33%-
XYZ11.527.681.85-
YUV73.56101.16172.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.85%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=63.85%
G=23.94%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136512600.620.810.4713.6467.931.76
Hex88331A03E512Fe4420
Octal2106332076121571610440
Binary10001000110011110100111110101000110111111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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