Html Css Color HEX #94672D Rusty Nail

📋 copy color: '#94672D'

red 148 ◦ green 103 ◦ blue 45

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

Shades of Rusty Nail #94672D

Tints of Rusty Nail #94672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 50%
G = 34.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94672D (or 0x94672D) is known color: Rusty Nail. HEX triplet: 94, 67 and 2D. RGB value is (148,103,45). Sum of RGB (Red+Green+Blue) = 148+103+45=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94672D is #6B98D2. Grayscale: #6E6E6E. Windows color (decimal): -7051475 or 2975636. OLE color: 2975636.

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

Color convert

RGB 148 103 45 -
CMYK 0 0.30 0.70 0.42
HSL 33.79º 0.53% 0.38% -
HSV(B) 33.79º 0.7% 0.58% -
XYZ 17.54 16.19 4.68 -
YUV 109.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 148 103 45 0 0.30 0.70 0.42 33.79 0.53 0.38
Hex 94 67 2D 0 1E 46 2A 22 35 26
Octal 224 147 55 0 36 106 52 42 65 46
Binary 10010100 1100111 101101 0 11110 1000110 101010 100010 110101 100110

Color Harmonies of #94672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94672D

Black with #94672D

Text Example


Text Example

White with #94672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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