#854525

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

Shades of Russet #854525

Tints of Russet #854525

Color information

#854525 (or 0x854525) is unknown color: approx Russet. HEX triplet: 85, 45 and 25. RGB value is (133,69,37). Sum of RGB (Red+Green+Blue) = 133+69+37=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #854525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854525 is #7ABADA. Grayscale: #545454. Windows color (decimal): -8043227 or 2442629. OLE color: 2442629.

HSL color Cylindrical-coordinate representation of color #854525: hue angle of 20º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #854525 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1336937-
CMYK00.480.720.48
HSL20º56.47%33.33%-
HSV(B)20º72.18%52.16%-
XYZ12.139.382.92-
YUV84.49101.2162.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=55.65%
G=28.87%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133693700.480.720.482056.4733.33
Hex8545250304830143821
Octal2051054506011060247041
Binary1000010110001011001010110000100100011000010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854525; }

 p { color: rgb(133,69,37); }

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

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

 a { background-color: rgb(133,69,37); }

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

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

 span { border-color: rgb(133,69,37); }

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