#85421E

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

Shades of Russet #85421E

Tints of Russet #85421E

Color information

#85421E (or 0x85421E) is unknown color: approx Russet. HEX triplet: 85, 42 and 1E. RGB value is (133,66,30). Sum of RGB (Red+Green+Blue) = 133+66+30=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85421E is #7ABDE1. Grayscale: #525252. Windows color (decimal): -8044002 or 1983109. OLE color: 1983109.

HSL color Cylindrical-coordinate representation of color #85421E: hue angle of 20.97º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85421E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1336630-
CMYK00.500.770.48
HSL20.97º63.19%31.96%-
HSV(B)20.97º77.44%52.16%-
XYZ11.868.982.34-
YUV81.9398.7164.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=58.08%
G=28.82%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133663000.500.770.4820.9763.1931.96
Hex85421E0324D30153f20
Octal2051023606211560257740
Binary100001011000010111100110010100110111000010101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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