Html Css Color HEX #915E32 Rusty Nail

📋 copy color: '#915E32'

red 145 ◦ green 94 ◦ blue 50

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

Shades of Rusty Nail #915E32

Tints of Rusty Nail #915E32

RGB

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

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

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

R = 50.17%
G = 32.53%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#915E32 (or 0x915E32) is known color: Rusty Nail. HEX triplet: 91, 5E and 32. RGB value is (145,94,50). Sum of RGB (Red+Green+Blue) = 145+94+50=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #915E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E32 is #6EA1CD. Grayscale: #686868. Windows color (decimal): -7250382 or 3301009. OLE color: 3301009.

HSL color Cylindrical-coordinate representation of color #915E32: hue angle of 27.79º 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 #915E32 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 94 50 -
CMYK 0 0.35 0.66 0.43
HSL 27.79º 0.49% 0.38% -
HSV(B) 27.79º 0.66% 0.57% -
XYZ 16.26 14.26 4.91 -
YUV 104.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 145 94 50 0 0.35 0.66 0.43 27.79 0.49 0.38
Hex 91 5E 32 0 23 42 2B 1C 31 26
Octal 221 136 62 0 43 102 53 34 61 46
Binary 10010001 1011110 110010 0 100011 1000010 101011 11100 110001 100110

Color Harmonies of #915E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E32

Black with #915E32

Text Example


Text Example

White with #915E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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