Html Css Color HEX #85642F Rusty Nail

📋 copy color: '#85642F'

red 133 ◦ green 100 ◦ blue 47

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

Shades of Rusty Nail #85642F

Tints of Rusty Nail #85642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 47.5%
G = 35.71%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85642F (or 0x85642F) is known color: Rusty Nail. HEX triplet: 85, 64 and 2F. RGB value is (133,100,47). Sum of RGB (Red+Green+Blue) = 133+100+47=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85642F is #7A9BD0. Grayscale: #686868. Windows color (decimal): -8035281 or 3105925. OLE color: 3105925.

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

Color convert

RGB 133 100 47 -
CMYK 0 0.25 0.65 0.48
HSL 36.98º 0.48% 0.35% -
HSV(B) 36.98º 0.65% 0.52% -
XYZ 14.74 14.31 4.67 -
YUV 103.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 133 100 47 0 0.25 0.65 0.48 36.98 0.48 0.35
Hex 85 64 2F 0 19 41 30 25 30 23
Octal 205 144 57 0 31 101 60 45 60 43
Binary 10000101 1100100 101111 0 11001 1000001 110000 100101 110000 100011

Color Harmonies of #85642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85642F

Black with #85642F

Text Example


Text Example

White with #85642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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