Html Css Color HEX #946132 Rusty Nail

📋 copy color: '#946132'

red 148 ◦ green 97 ◦ blue 50

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

Shades of Rusty Nail #946132

Tints of Rusty Nail #946132

RGB

 RED value IS 148 (58.2% from 255) = 50.17%

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

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

R = 50.17%
G = 32.88%
B = 16.95%

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

#946132 (or 0x946132) is known color: Rusty Nail. HEX triplet: 94, 61 and 32. RGB value is (148,97,50). Sum of RGB (Red+Green+Blue) = 148+97+50=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #946132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946132 is #6B9ECD. Grayscale: #6B6B6B. Windows color (decimal): -7053006 or 3301780. OLE color: 3301780.

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

Color convert

RGB 148 97 50 -
CMYK 0 0.34 0.66 0.42
HSL 28.78º 0.49% 0.39% -
HSV(B) 28.78º 0.66% 0.58% -
XYZ 17.06 15.08 5.03 -
YUV 106.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 148 97 50 0 0.34 0.66 0.42 28.78 0.49 0.39
Hex 94 61 32 0 22 42 2A 1D 31 27
Octal 224 141 62 0 42 102 52 35 61 47
Binary 10010100 1100001 110010 0 100010 1000010 101010 11101 110001 100111

Color Harmonies of #946132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946132

Black with #946132

Text Example


Text Example

White with #946132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946132; }

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

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

background-color css

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

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

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

border-color css

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

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

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