Html Css Color HEX #956131 Rusty Nail

📋 copy color: '#956131'

red 149 ◦ green 97 ◦ blue 49

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

Shades of Rusty Nail #956131

Tints of Rusty Nail #956131

RGB

 RED value IS 149 (58.59% from 255) = 50.51%

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 50.51%
G = 32.88%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#956131 (or 0x956131) is known color: Rusty Nail. HEX triplet: 95, 61 and 31. RGB value is (149,97,49). Sum of RGB (Red+Green+Blue) = 149+97+49=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #956131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956131 is #6A9ECE. Grayscale: #6B6B6B. Windows color (decimal): -6987471 or 3236245. OLE color: 3236245.

HSL color Cylindrical-coordinate representation of color #956131: hue angle of 28.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #956131 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 49 -
CMYK 0 0.35 0.67 0.42
HSL 28.8º 0.51% 0.39% -
HSV(B) 28.8º 0.67% 0.58% -
XYZ 17.22 15.16 4.92 -
YUV 107.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 149 97 49 0 0.35 0.67 0.42 28.8 0.51 0.39
Hex 95 61 31 0 23 43 2A 1D 33 27
Octal 225 141 61 0 43 103 52 35 63 47
Binary 10010101 1100001 110001 0 100011 1000011 101010 11101 110011 100111

Color Harmonies of #956131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956131

Black with #956131

Text Example


Text Example

White with #956131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956131; }

 p { color: rgb(149,97,49); }

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

background-color css

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

 a { background-color: rgb(149,97,49); }

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

border-color css

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

 span { border-color: rgb(149,97,49); }

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