Html Css Color HEX #85602F Rusty Nail

📋 copy color: '#85602F'

red 133 ◦ green 96 ◦ blue 47

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

Shades of Rusty Nail #85602F

Tints of Rusty Nail #85602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.78%

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

R = 48.19%
G = 34.78%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85602F (or 0x85602F) is known color: Rusty Nail. HEX triplet: 85, 60 and 2F. RGB value is (133,96,47). Sum of RGB (Red+Green+Blue) = 133+96+47=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85602F is #7A9FD0. Grayscale: #656565. Windows color (decimal): -8036305 or 3104901. OLE color: 3104901.

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

Color convert

RGB 133 96 47 -
CMYK 0 0.28 0.65 0.48
HSL 34.19º 0.48% 0.35% -
HSV(B) 34.19º 0.65% 0.52% -
XYZ 14.37 13.56 4.55 -
YUV 101.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 133 96 47 0 0.28 0.65 0.48 34.19 0.48 0.35
Hex 85 60 2F 0 1C 41 30 22 30 23
Octal 205 140 57 0 34 101 60 42 60 43
Binary 10000101 1100000 101111 0 11100 1000001 110000 100010 110000 100011

Color Harmonies of #85602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85602F

Black with #85602F

Text Example


Text Example

White with #85602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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