#88481F

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

Shades of Russet #88481F

Tints of Russet #88481F

Color information

#88481F (or 0x88481F) is unknown color: approx Russet. HEX triplet: 88, 48 and 1F. RGB value is (136,72,31). Sum of RGB (Red+Green+Blue) = 136+72+31=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #88481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88481F is #77B7E0. Grayscale: #565656. Windows color (decimal): -7845857 or 2050184. OLE color: 2050184.

HSL color Cylindrical-coordinate representation of color #88481F: hue angle of 23.43º 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 #88481F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1367231-
CMYK00.470.770.47
HSL23.43º62.87%32.75%-
HSV(B)23.43º77.21%53.33%-
XYZ12.729.972.55-
YUV86.4696.7163.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=56.90%
G=30.13%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136723100.470.770.4723.4362.8732.75
Hex88481F02F4D2F173f21
Octal2101103705711557277741
Binary100010001001000111110101111100110110111110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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