Html Css Color HEX #865E31 Rusty Nail

📋 copy color: '#865E31'

red 134 ◦ green 94 ◦ blue 49

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

Shades of Rusty Nail #865E31

Tints of Rusty Nail #865E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 48.38%
G = 33.94%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#865E31 (or 0x865E31) is known color: Rusty Nail. HEX triplet: 86, 5E and 31. RGB value is (134,94,49). Sum of RGB (Red+Green+Blue) = 134+94+49=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #865E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E31 is #79A1CE. Grayscale: #656565. Windows color (decimal): -7971279 or 3235462. OLE color: 3235462.

HSL color Cylindrical-coordinate representation of color #865E31: hue angle of 31.76º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865E31 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 49 -
CMYK 0 0.30 0.63 0.47
HSL 31.76º 0.46% 0.36% -
HSV(B) 31.76º 0.63% 0.53% -
XYZ 14.39 13.3 4.71 -
YUV 100.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 134 94 49 0 0.30 0.63 0.47 31.76 0.46 0.36
Hex 86 5E 31 0 1E 3F 2F 20 2E 24
Octal 206 136 61 0 36 77 57 40 56 44
Binary 10000110 1011110 110001 0 11110 111111 101111 100000 101110 100100

Color Harmonies of #865E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E31

Black with #865E31

Text Example


Text Example

White with #865E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,49); }

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

background-color css

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

 a { background-color: rgb(134,94,49); }

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

border-color css

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

 span { border-color: rgb(134,94,49); }

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