#85461B

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

Shades of Russet #85461B

Tints of Russet #85461B

Color information

#85461B (or 0x85461B) is unknown color: approx Russet. HEX triplet: 85, 46 and 1B. RGB value is (133,70,27). Sum of RGB (Red+Green+Blue) = 133+70+27=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85461B is #7AB9E4. Grayscale: #545454. Windows color (decimal): -8042981 or 1787525. OLE color: 1787525.

HSL color Cylindrical-coordinate representation of color #85461B: hue angle of 24.34º 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 #85461B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1337027-
CMYK00.470.800.48
HSL24.34º66.25%31.37%-
HSV(B)24.34º79.7%52.16%-
XYZ12.069.452.22-
YUV83.9495.87163-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=57.83%
G=30.43%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133702700.470.800.4824.3466.2531.37
Hex85461B02F503018421f
Octal20510633057120603010237
Binary100001011000110110110101111101000011000011000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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