Html Css Color HEX #946431 Rusty Nail

📋 copy color: '#946431'

red 148 ◦ green 100 ◦ blue 49

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

Shades of Rusty Nail #946431

Tints of Rusty Nail #946431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 49.83%
G = 33.67%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#946431 (or 0x946431) is known color: Rusty Nail. HEX triplet: 94, 64 and 31. RGB value is (148,100,49). Sum of RGB (Red+Green+Blue) = 148+100+49=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #946431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946431 is #6B9BCE. Grayscale: #6C6C6C. Windows color (decimal): -7052239 or 3237012. OLE color: 3237012.

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

Color convert

RGB 148 100 49 -
CMYK 0 0.32 0.67 0.42
HSL 30.91º 0.5% 0.39% -
HSV(B) 30.91º 0.67% 0.58% -
XYZ 17.32 15.63 5.01 -
YUV 108.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 148 100 49 0 0.32 0.67 0.42 30.91 0.5 0.39
Hex 94 64 31 0 20 43 2A 1F 32 27
Octal 224 144 61 0 40 103 52 37 62 47
Binary 10010100 1100100 110001 0 100000 1000011 101010 11111 110010 100111

Color Harmonies of #946431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946431

Black with #946431

Text Example


Text Example

White with #946431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946431; }

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

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

background-color css

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

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

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

border-color css

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

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

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