Html Css Color HEX #915B31 Rusty Nail

📋 copy color: '#915B31'

red 145 ◦ green 91 ◦ blue 49

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

Shades of Rusty Nail #915B31

Tints of Rusty Nail #915B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 50.88%
G = 31.93%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#915B31 (or 0x915B31) is known color: Rusty Nail. HEX triplet: 91, 5B and 31. RGB value is (145,91,49). Sum of RGB (Red+Green+Blue) = 145+91+49=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #915B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B31 is #6EA4CE. Grayscale: #666666. Windows color (decimal): -7251151 or 3234705. OLE color: 3234705.

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

Color convert

RGB 145 91 49 -
CMYK 0 0.37 0.66 0.43
HSL 26.25º 0.49% 0.38% -
HSV(B) 26.25º 0.66% 0.57% -
XYZ 15.97 13.72 4.71 -
YUV 102.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 145 91 49 0 0.37 0.66 0.43 26.25 0.49 0.38
Hex 91 5B 31 0 25 42 2B 1A 31 26
Octal 221 133 61 0 45 102 53 32 61 46
Binary 10010001 1011011 110001 0 100101 1000010 101011 11010 110001 100110

Color Harmonies of #915B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B31

Black with #915B31

Text Example


Text Example

White with #915B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,91,49); }

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

background-color css

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

 a { background-color: rgb(145,91,49); }

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

border-color css

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

 span { border-color: rgb(145,91,49); }

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