Html Css Color HEX #85592F Rusty Nail

📋 copy color: '#85592F'

red 133 ◦ green 89 ◦ blue 47

#85592F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rusty Nail #85592F

Tints of Rusty Nail #85592F

RGB

 RED value IS 133 (52.34% from 255) = 49.44%

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 49.44%
G = 33.09%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85592F (or 0x85592F) is known color: Rusty Nail. HEX triplet: 85, 59 and 2F. RGB value is (133,89,47). Sum of RGB (Red+Green+Blue) = 133+89+47=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #85592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85592F is #7AA6D0. Grayscale: #616161. Windows color (decimal): -8038097 or 3103109. OLE color: 3103109.

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

Color convert

RGB 133 89 47 -
CMYK 0 0.33 0.65 0.48
HSL 29.3º 0.48% 0.35% -
HSV(B) 29.3º 0.65% 0.52% -
XYZ 13.76 12.34 4.35 -
YUV 97.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 133 89 47 0 0.33 0.65 0.48 29.3 0.48 0.35
Hex 85 59 2F 0 21 41 30 1D 30 23
Octal 205 131 57 0 41 101 60 35 60 43
Binary 10000101 1011001 101111 0 100001 1000001 110000 11101 110000 100011

Color Harmonies of #85592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85592F

Black with #85592F

Text Example


Text Example

White with #85592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85592F; }

 p { color: rgb(133,89,47); }

 H1.HeaderClassName
 {
   color: #85592F;
 }
 .AnyTagClassName
 {
   color: #85592F;
 }
</style>

background-color css

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

 a { background-color: rgb(133,89,47); }

 div.DivClassName
 {
   background-color: #85592F;
 }
 .BgClassName
 {
   background-color: #85592F;
 }
</style>

border-color css

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

 span { border-color: rgb(133,89,47); }

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