#85451A

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

Shades of Russet #85451A

Tints of Russet #85451A

Color information

#85451A (or 0x85451A) is unknown color: approx Russet. HEX triplet: 85, 45 and 1A. RGB value is (133,69,26). Sum of RGB (Red+Green+Blue) = 133+69+26=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85451A is #7ABAE5. Grayscale: #535353. Windows color (decimal): -8043238 or 1721733. OLE color: 1721733.

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

Color convert

RGB1336926-
CMYK00.480.800.48
HSL24.11º67.3%31.18%-
HSV(B)24.11º80.45%52.16%-
XYZ11.999.322.14-
YUV83.2395.7163.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 26 (10.55% from 255) = 11.40%
R=58.33%
G=30.26%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133692600.480.800.4824.1167.331.18
Hex85451A030503018431f
Octal20510532060120603010337
Binary100001011000101110100110000101000011000011000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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