#88471B

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

Shades of Russet #88471B

Tints of Russet #88471B

Color information

#88471B (or 0x88471B) is unknown color: approx Russet. HEX triplet: 88, 47 and 1B. RGB value is (136,71,27). Sum of RGB (Red+Green+Blue) = 136+71+27=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88471B is #77B8E4. Grayscale: #555555. Windows color (decimal): -7846117 or 1787784. OLE color: 1787784.

HSL color Cylindrical-coordinate representation of color #88471B: hue angle of 24.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88471B is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1367127-
CMYK00.480.800.47
HSL24.22º66.87%31.96%-
HSV(B)24.22º80.15%53.33%-
XYZ12.69.822.27-
YUV85.4295.03164.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.12%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=58.12%
G=30.34%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136712700.480.800.4724.2266.8731.96
Hex88471B030502F184320
Octal21010733060120573010340
Binary1000100010001111101101100001010000101111110001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88471B; }

 p { color: rgb(136,71,27); }

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

<style>
 a { background-color: #88471B; }

 a { background-color: rgb(136,71,27); }

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

<style>
 span { border-color: #88471B; }

 span { border-color: rgb(136,71,27); }

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