#85501C

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

Shades of Russet #85501C

Tints of Russet #85501C

Color information

#85501C (or 0x85501C) is unknown color: approx Russet. HEX triplet: 85, 50 and 1C. RGB value is (133,80,28). Sum of RGB (Red+Green+Blue) = 133+80+28=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85501C is #7AAFE3. Grayscale: #5A5A5A. Windows color (decimal): -8040420 or 1855621. OLE color: 1855621.

HSL color Cylindrical-coordinate representation of color #85501C: hue angle of 29.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85501C is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1338028-
CMYK00.400.790.48
HSL29.71º65.22%31.57%-
HSV(B)29.71º78.95%52.16%-
XYZ12.7510.812.51-
YUV89.9293.06158.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=55.19%
G=33.20%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133802800.400.790.4829.7165.2231.57
Hex85501C0284F301e4120
Octal20512034050117603610140
Binary1000010110100001110001010001001111110000111101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85501C; }

 p { color: rgb(133,80,28); }

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

<style>
 a { background-color: #85501C; }

 a { background-color: rgb(133,80,28); }

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

<style>
 span { border-color: #85501C; }

 span { border-color: rgb(133,80,28); }

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