#88531A

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

Shades of Russet #88531A

Tints of Russet #88531A

Color information

#88531A (or 0x88531A) is unknown color: approx Russet. HEX triplet: 88, 53 and 1A. RGB value is (136,83,26). Sum of RGB (Red+Green+Blue) = 136+83+26=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88531A is #77ACE5. Grayscale: #5C5C5C. Windows color (decimal): -7843046 or 1725320. OLE color: 1725320.

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

Color convert

RGB1368326-
CMYK00.390.810.47
HSL31.09º67.9%31.76%-
HSV(B)31.09º80.88%53.33%-
XYZ13.4311.52.49-
YUV92.3590.56159.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=55.51%
G=33.88%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136832600.390.810.4731.0967.931.76
Hex88531A027512F1f4420
Octal21012332047121573710440
Binary1000100010100111101001001111010001101111111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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