Html Css Color HEX #93672F Rusty Nail

📋 copy color: '#93672F'

red 147 ◦ green 103 ◦ blue 47

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

Shades of Rusty Nail #93672F

Tints of Rusty Nail #93672F

RGB

 RED value IS 147 (57.81% from 255) = 49.49%

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 49.49%
G = 34.68%
B = 15.82%

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

#93672F (or 0x93672F) is known color: Rusty Nail. HEX triplet: 93, 67 and 2F. RGB value is (147,103,47). Sum of RGB (Red+Green+Blue) = 147+103+47=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93672F is #6C98D0. Grayscale: #6E6E6E. Windows color (decimal): -7117009 or 3106707. OLE color: 3106707.

HSL color Cylindrical-coordinate representation of color #93672F: hue angle of 33.6º degrees, saturation: 0.52, 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 #93672F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 103 47 -
CMYK 0 0.30 0.68 0.42
HSL 33.6º 0.52% 0.38% -
HSV(B) 33.6º 0.68% 0.58% -
XYZ 17.4 16.11 4.88 -
YUV 109.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 147 103 47 0 0.30 0.68 0.42 33.6 0.52 0.38
Hex 93 67 2F 0 1E 44 2A 22 34 26
Octal 223 147 57 0 36 104 52 42 64 46
Binary 10010011 1100111 101111 0 11110 1000100 101010 100010 110100 100110

Color Harmonies of #93672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93672F

Black with #93672F

Text Example


Text Example

White with #93672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93672F; }

 p { color: rgb(147,103,47); }

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

background-color css

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

 a { background-color: rgb(147,103,47); }

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

border-color css

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

 span { border-color: rgb(147,103,47); }

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