Html Css Color HEX #915B30 Rusty Nail

📋 copy color: '#915B30'

red 145 ◦ green 91 ◦ blue 48

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

Shades of Rusty Nail #915B30

Tints of Rusty Nail #915B30

RGB

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

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

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

R = 51.06%
G = 32.04%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#915B30 (or 0x915B30) is known color: Rusty Nail. HEX triplet: 91, 5B and 30. RGB value is (145,91,48). Sum of RGB (Red+Green+Blue) = 145+91+48=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #915B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B30 is #6EA4CF. Grayscale: #666666. Windows color (decimal): -7251152 or 3169169. OLE color: 3169169.

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

Color convert

RGB 145 91 48 -
CMYK 0 0.37 0.67 0.43
HSL 26.6º 0.5% 0.38% -
HSV(B) 26.6º 0.67% 0.57% -
XYZ 15.95 13.72 4.6 -
YUV 102.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 145 91 48 0 0.37 0.67 0.43 26.6 0.5 0.38
Hex 91 5B 30 0 25 43 2B 1B 32 26
Octal 221 133 60 0 45 103 53 33 62 46
Binary 10010001 1011011 110000 0 100101 1000011 101011 11011 110010 100110

Color Harmonies of #915B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B30

Black with #915B30

Text Example


Text Example

White with #915B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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