#88311A

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

Shades of Burnt Umber #88311A

Tints of Burnt Umber #88311A

Color information

#88311A (or 0x88311A) is unknown color: approx Burnt Umber. HEX triplet: 88, 31 and 1A. RGB value is (136,49,26). Sum of RGB (Red+Green+Blue) = 136+49+26=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #88311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88311A is #77CEE5. Grayscale: #484848. Windows color (decimal): -7851750 or 1716616. OLE color: 1716616.

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

Color convert

RGB1364926-
CMYK00.640.810.47
HSL12.55º67.9%31.76%-
HSV(B)12.55º80.88%53.33%-
XYZ11.447.511.82-
YUV72.39101.82173.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=64.45%
G=23.22%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136492600.640.810.4712.5567.931.76
Hex88311A040512Fd4420
Octal21061320100121571510440
Binary100010001100011101001000000101000110111111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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