#88401F

Color #88401F Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #88401F

Tints of Russet #88401F

Color information

#88401F (or 0x88401F) is unknown color: approx Russet. HEX triplet: 88, 40 and 1F. RGB value is (136,64,31). Sum of RGB (Red+Green+Blue) = 136+64+31=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88401F is #77BFE0. Grayscale: #515151. Windows color (decimal): -7847905 or 2048136. OLE color: 2048136.

HSL color Cylindrical-coordinate representation of color #88401F: hue angle of 18.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88401F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1366431-
CMYK00.530.770.47
HSL18.86º62.87%32.75%-
HSV(B)18.86º77.21%53.33%-
XYZ12.2392.39-
YUV81.7799.35166.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=58.87%
G=27.71%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136643100.530.770.4718.8662.8732.75
Hex88401F0354D2F133f21
Octal2101003706511557237741
Binary100010001000000111110110101100110110111110011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88401F; }

 p { color: rgb(136,64,31); }

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

<style>
 a { background-color: #88401F; }

 a { background-color: rgb(136,64,31); }

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

<style>
 span { border-color: #88401F; }

 span { border-color: rgb(136,64,31); }

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