Html Css Color HEX #956132 Rusty Nail

📋 copy color: '#956132'

red 149 ◦ green 97 ◦ blue 50

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

Shades of Rusty Nail #956132

Tints of Rusty Nail #956132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 50.34%
G = 32.77%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#956132 (or 0x956132) is known color: Rusty Nail. HEX triplet: 95, 61 and 32. RGB value is (149,97,50). Sum of RGB (Red+Green+Blue) = 149+97+50=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #956132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956132 is #6A9ECD. Grayscale: #6B6B6B. Windows color (decimal): -6987470 or 3301781. OLE color: 3301781.

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

Color convert

RGB 149 97 50 -
CMYK 0 0.35 0.66 0.42
HSL 28.48º 0.5% 0.39% -
HSV(B) 28.48º 0.66% 0.58% -
XYZ 17.24 15.17 5.04 -
YUV 107.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 149 97 50 0 0.35 0.66 0.42 28.48 0.5 0.39
Hex 95 61 32 0 23 42 2A 1C 32 27
Octal 225 141 62 0 43 102 52 34 62 47
Binary 10010101 1100001 110010 0 100011 1000010 101010 11100 110010 100111

Color Harmonies of #956132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956132

Black with #956132

Text Example


Text Example

White with #956132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956132; }

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

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

background-color css

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

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

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

border-color css

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

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

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