Html Css Color HEX #865C2F Rusty Nail

📋 copy color: '#865C2F'

red 134 ◦ green 92 ◦ blue 47

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

Shades of Rusty Nail #865C2F

Tints of Rusty Nail #865C2F

RGB

 RED value IS 134 (52.73% from 255) = 49.08%

 GREEN value IS 92 (36.33% from 255) = 33.7%

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

R = 49.08%
G = 33.7%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#865C2F (or 0x865C2F) is known color: Rusty Nail. HEX triplet: 86, 5C and 2F. RGB value is (134,92,47). Sum of RGB (Red+Green+Blue) = 134+92+47=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C2F is #79A3D0. Grayscale: #636363. Windows color (decimal): -7971793 or 3103878. OLE color: 3103878.

HSL color Cylindrical-coordinate representation of color #865C2F: hue angle of 31.03º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #865C2F is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 47 -
CMYK 0 0.31 0.65 0.47
HSL 31.03º 0.48% 0.35% -
HSV(B) 31.03º 0.65% 0.53% -
XYZ 14.17 12.93 4.44 -
YUV 99.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 134 92 47 0 0.31 0.65 0.47 31.03 0.48 0.35
Hex 86 5C 2F 0 1F 41 2F 1F 30 23
Octal 206 134 57 0 37 101 57 37 60 43
Binary 10000110 1011100 101111 0 11111 1000001 101111 11111 110000 100011

Color Harmonies of #865C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C2F

Black with #865C2F

Text Example


Text Example

White with #865C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865C2F; }

 p { color: rgb(134,92,47); }

 H1.HeaderClassName
 {
   color: #865C2F;
 }
 .AnyTagClassName
 {
   color: #865C2F;
 }
</style>

background-color css

<style>
 a { background-color: #865C2F; }

 a { background-color: rgb(134,92,47); }

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

border-color css

<style>
 span { border-color: #865C2F; }

 span { border-color: rgb(134,92,47); }

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