Html Css Color HEX #915E2F Rusty Nail

📋 copy color: '#915E2F'

red 145 ◦ green 94 ◦ blue 47

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

Shades of Rusty Nail #915E2F

Tints of Rusty Nail #915E2F

RGB

 RED value IS 145 (57.03% from 255) = 50.7%

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 50.7%
G = 32.87%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#915E2F (or 0x915E2F) is known color: Rusty Nail. HEX triplet: 91, 5E and 2F. RGB value is (145,94,47). Sum of RGB (Red+Green+Blue) = 145+94+47=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #915E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E2F is #6EA1D0. Grayscale: #686868. Windows color (decimal): -7250385 or 3104401. OLE color: 3104401.

HSL color Cylindrical-coordinate representation of color #915E2F: hue angle of 28.78º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #915E2F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 94 47 -
CMYK 0 0.35 0.68 0.43
HSL 28.78º 0.51% 0.38% -
HSV(B) 28.78º 0.68% 0.57% -
XYZ 16.19 14.23 4.58 -
YUV 103.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 145 94 47 0 0.35 0.68 0.43 28.78 0.51 0.38
Hex 91 5E 2F 0 23 44 2B 1D 33 26
Octal 221 136 57 0 43 104 53 35 63 46
Binary 10010001 1011110 101111 0 100011 1000100 101011 11101 110011 100110

Color Harmonies of #915E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E2F

Black with #915E2F

Text Example


Text Example

White with #915E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915E2F; }

 p { color: rgb(145,94,47); }

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

background-color css

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

 a { background-color: rgb(145,94,47); }

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

border-color css

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

 span { border-color: rgb(145,94,47); }

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