Html Css Color HEX #946131 Rusty Nail

📋 copy color: '#946131'

red 148 ◦ green 97 ◦ blue 49

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

Shades of Rusty Nail #946131

Tints of Rusty Nail #946131

RGB

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

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

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

R = 50.34%
G = 32.99%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#946131 (or 0x946131) is known color: Rusty Nail. HEX triplet: 94, 61 and 31. RGB value is (148,97,49). Sum of RGB (Red+Green+Blue) = 148+97+49=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #946131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946131 is #6B9ECE. Grayscale: #6B6B6B. Windows color (decimal): -7053007 or 3236244. OLE color: 3236244.

HSL color Cylindrical-coordinate representation of color #946131: 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.67%. Process color model (Four color, CMYK) of #946131 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 49 -
CMYK 0 0.34 0.67 0.42
HSL 29.09º 0.5% 0.39% -
HSV(B) 29.09º 0.67% 0.58% -
XYZ 17.04 15.07 4.92 -
YUV 106.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 148 97 49 0 0.34 0.67 0.42 29.09 0.5 0.39
Hex 94 61 31 0 22 43 2A 1D 32 27
Octal 224 141 61 0 42 103 52 35 62 47
Binary 10010100 1100001 110001 0 100010 1000011 101010 11101 110010 100111

Color Harmonies of #946131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946131

Black with #946131

Text Example


Text Example

White with #946131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946131; }

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

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

background-color css

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

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

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

border-color css

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

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

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