Html Css Color HEX #956232 Rusty Nail

📋 copy color: '#956232'

red 149 ◦ green 98 ◦ blue 50

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

Shades of Rusty Nail #956232

Tints of Rusty Nail #956232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 50.17%
G = 33%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#956232 (or 0x956232) is known color: Rusty Nail. HEX triplet: 95, 62 and 32. RGB value is (149,98,50). Sum of RGB (Red+Green+Blue) = 149+98+50=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #956232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956232 is #6A9DCD. Grayscale: #6C6C6C. Windows color (decimal): -6987214 or 3302037. OLE color: 3302037.

HSL color Cylindrical-coordinate representation of color #956232: hue angle of 29.09º 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 #956232 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 50 -
CMYK 0 0.34 0.66 0.42
HSL 29.09º 0.5% 0.39% -
HSV(B) 29.09º 0.66% 0.58% -
XYZ 17.34 15.36 5.07 -
YUV 107.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 149 98 50 0 0.34 0.66 0.42 29.09 0.5 0.39
Hex 95 62 32 0 22 42 2A 1D 32 27
Octal 225 142 62 0 42 102 52 35 62 47
Binary 10010101 1100010 110010 0 100010 1000010 101010 11101 110010 100111

Color Harmonies of #956232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956232

Black with #956232

Text Example


Text Example

White with #956232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956232; }

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

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

background-color css

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

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

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

border-color css

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

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

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