#85421C

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

Shades of Russet #85421C

Tints of Russet #85421C

Color information

#85421C (or 0x85421C) is unknown color: approx Russet. HEX triplet: 85, 42 and 1C. RGB value is (133,66,28). Sum of RGB (Red+Green+Blue) = 133+66+28=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85421C is #7ABDE3. Grayscale: #515151. Windows color (decimal): -8044004 or 1852037. OLE color: 1852037.

HSL color Cylindrical-coordinate representation of color #85421C: hue angle of 21.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 #85421C is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1336628-
CMYK00.500.790.48
HSL21.71º65.22%31.57%-
HSV(B)21.71º78.95%52.16%-
XYZ11.838.972.21-
YUV81.797.7164.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 28 (11.33% from 255) = 12.33%
R=58.59%
G=29.07%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133662800.500.790.4821.7165.2231.57
Hex85421C0324F30164120
Octal20510234062117602610140
Binary1000010110000101110001100101001111110000101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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