Html Css Color HEX #865A2F Rusty Nail

📋 copy color: '#865A2F'

red 134 ◦ green 90 ◦ blue 47

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

Shades of Rusty Nail #865A2F

Tints of Rusty Nail #865A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

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

R = 49.45%
G = 33.21%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#865A2F (or 0x865A2F) is known color: Rusty Nail. HEX triplet: 86, 5A and 2F. RGB value is (134,90,47). Sum of RGB (Red+Green+Blue) = 134+90+47=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #865A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A2F is #79A5D0. Grayscale: #626262. Windows color (decimal): -7972305 or 3103366. OLE color: 3103366.

HSL color Cylindrical-coordinate representation of color #865A2F: hue angle of 29.66º 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 #865A2F is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 47 -
CMYK 0 0.33 0.65 0.47
HSL 29.66º 0.48% 0.35% -
HSV(B) 29.66º 0.65% 0.53% -
XYZ 14 12.59 4.38 -
YUV 98.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 134 90 47 0 0.33 0.65 0.47 29.66 0.48 0.35
Hex 86 5A 2F 0 21 41 2F 1E 30 23
Octal 206 132 57 0 41 101 57 36 60 43
Binary 10000110 1011010 101111 0 100001 1000001 101111 11110 110000 100011

Color Harmonies of #865A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A2F

Black with #865A2F

Text Example


Text Example

White with #865A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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