#85441A

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

Shades of Russet #85441A

Tints of Russet #85441A

Color information

#85441A (or 0x85441A) is unknown color: approx Russet. HEX triplet: 85, 44 and 1A. RGB value is (133,68,26). Sum of RGB (Red+Green+Blue) = 133+68+26=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85441A is #7ABBE5. Grayscale: #525252. Windows color (decimal): -8043494 or 1721477. OLE color: 1721477.

HSL color Cylindrical-coordinate representation of color #85441A: hue angle of 23.55º degrees, saturation: 0.67, 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 #85441A is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1336826-
CMYK00.490.800.48
HSL23.55º67.3%31.18%-
HSV(B)23.55º80.45%52.16%-
XYZ11.939.22.12-
YUV82.6596.03163.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=58.59%
G=29.96%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133682600.490.800.4823.5567.331.18
Hex85441A031503018431f
Octal20510432061120603010337
Binary100001011000100110100110001101000011000011000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85441A; }

 p { color: rgb(133,68,26); }

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

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

 a { background-color: rgb(133,68,26); }

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

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

 span { border-color: rgb(133,68,26); }

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