#85511B

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

Shades of Russet #85511B

Tints of Russet #85511B

Color information

#85511B (or 0x85511B) is unknown color: approx Russet. HEX triplet: 85, 51 and 1B. RGB value is (133,81,27). Sum of RGB (Red+Green+Blue) = 133+81+27=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85511B is #7AAEE4. Grayscale: #5A5A5A. Windows color (decimal): -8040165 or 1790341. OLE color: 1790341.

HSL color Cylindrical-coordinate representation of color #85511B: hue angle of 30.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85511B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1338127-
CMYK00.390.800.48
HSL30.57º66.25%31.37%-
HSV(B)30.57º79.7%52.16%-
XYZ12.8110.952.48-
YUV90.3992.23158.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=55.19%
G=33.61%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133812700.390.800.4830.5766.2531.37
Hex85511B02750301f421f
Octal20512133047120603710237
Binary100001011010001110110100111101000011000011111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,81,27); }

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

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

 a { background-color: rgb(133,81,27); }

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

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

 span { border-color: rgb(133,81,27); }

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