Html Css Color HEX #946730 Rusty Nail

📋 copy color: '#946730'

red 148 ◦ green 103 ◦ blue 48

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

Shades of Rusty Nail #946730

Tints of Rusty Nail #946730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 49.5%
G = 34.45%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#946730 (or 0x946730) is known color: Rusty Nail. HEX triplet: 94, 67 and 30. RGB value is (148,103,48). Sum of RGB (Red+Green+Blue) = 148+103+48=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #946730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946730 is #6B98CF. Grayscale: #6E6E6E. Windows color (decimal): -7051472 or 3172244. OLE color: 3172244.

HSL color Cylindrical-coordinate representation of color #946730: hue angle of 33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #946730 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 48 -
CMYK 0 0.30 0.68 0.42
HSL 33º 0.51% 0.38% -
HSV(B) 33º 0.68% 0.58% -
XYZ 17.6 16.21 5 -
YUV 110.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 148 103 48 0 0.30 0.68 0.42 33 0.51 0.38
Hex 94 67 30 0 1E 44 2A 21 33 26
Octal 224 147 60 0 36 104 52 41 63 46
Binary 10010100 1100111 110000 0 11110 1000100 101010 100001 110011 100110

Color Harmonies of #946730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946730

Black with #946730

Text Example


Text Example

White with #946730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946730; }

 p { color: rgb(148,103,48); }

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

background-color css

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

 a { background-color: rgb(148,103,48); }

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

border-color css

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

 span { border-color: rgb(148,103,48); }

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