Html Css Color HEX #915D32 Rusty Nail

📋 copy color: '#915D32'

red 145 ◦ green 93 ◦ blue 50

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

Shades of Rusty Nail #915D32

Tints of Rusty Nail #915D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 50.35%
G = 32.29%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#915D32 (or 0x915D32) is known color: Rusty Nail. HEX triplet: 91, 5D and 32. RGB value is (145,93,50). Sum of RGB (Red+Green+Blue) = 145+93+50=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #915D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D32 is #6EA2CD. Grayscale: #676767. Windows color (decimal): -7250638 or 3300753. OLE color: 3300753.

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

Color convert

RGB 145 93 50 -
CMYK 0 0.36 0.66 0.43
HSL 27.16º 0.49% 0.38% -
HSV(B) 27.16º 0.66% 0.57% -
XYZ 16.17 14.08 4.88 -
YUV 103.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 145 93 50 0 0.36 0.66 0.43 27.16 0.49 0.38
Hex 91 5D 32 0 24 42 2B 1B 31 26
Octal 221 135 62 0 44 102 53 33 61 46
Binary 10010001 1011101 110010 0 100100 1000010 101011 11011 110001 100110

Color Harmonies of #915D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D32

Black with #915D32

Text Example


Text Example

White with #915D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,93,50); }

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

background-color css

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

 a { background-color: rgb(145,93,50); }

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

border-color css

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

 span { border-color: rgb(145,93,50); }

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