Html Css Color HEX #85582F Rusty Nail

📋 copy color: '#85582F'

red 133 ◦ green 88 ◦ blue 47

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

Shades of Rusty Nail #85582F

Tints of Rusty Nail #85582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

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

R = 49.63%
G = 32.84%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85582F (or 0x85582F) is known color: Rusty Nail. HEX triplet: 85, 58 and 2F. RGB value is (133,88,47). Sum of RGB (Red+Green+Blue) = 133+88+47=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85582F is #7AA7D0. Grayscale: #606060. Windows color (decimal): -8038353 or 3102853. OLE color: 3102853.

HSL color Cylindrical-coordinate representation of color #85582F: hue angle of 28.6º 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 #85582F is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 47 -
CMYK 0 0.34 0.65 0.48
HSL 28.6º 0.48% 0.35% -
HSV(B) 28.6º 0.65% 0.52% -
XYZ 13.68 12.17 4.32 -
YUV 96.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 133 88 47 0 0.34 0.65 0.48 28.6 0.48 0.35
Hex 85 58 2F 0 22 41 30 1D 30 23
Octal 205 130 57 0 42 101 60 35 60 43
Binary 10000101 1011000 101111 0 100010 1000001 110000 11101 110000 100011

Color Harmonies of #85582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85582F

Black with #85582F

Text Example


Text Example

White with #85582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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