Html Css Color HEX #915D30 Rusty Nail

📋 copy color: '#915D30'

red 145 ◦ green 93 ◦ blue 48

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

Shades of Rusty Nail #915D30

Tints of Rusty Nail #915D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 50.7%
G = 32.52%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#915D30 (or 0x915D30) is known color: Rusty Nail. HEX triplet: 91, 5D and 30. RGB value is (145,93,48). Sum of RGB (Red+Green+Blue) = 145+93+48=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #915D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D30 is #6EA2CF. Grayscale: #676767. Windows color (decimal): -7250640 or 3169681. OLE color: 3169681.

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

Color convert

RGB 145 93 48 -
CMYK 0 0.36 0.67 0.43
HSL 27.84º 0.5% 0.38% -
HSV(B) 27.84º 0.67% 0.57% -
XYZ 16.12 14.06 4.66 -
YUV 103.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 145 93 48 0 0.36 0.67 0.43 27.84 0.5 0.38
Hex 91 5D 30 0 24 43 2B 1C 32 26
Octal 221 135 60 0 44 103 53 34 62 46
Binary 10010001 1011101 110000 0 100100 1000011 101011 11100 110010 100110

Color Harmonies of #915D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D30

Black with #915D30

Text Example


Text Example

White with #915D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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