Html Css Color HEX #915C33 Rusty Nail

📋 copy color: '#915C33'

red 145 ◦ green 92 ◦ blue 51

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

Shades of Rusty Nail #915C33

Tints of Rusty Nail #915C33

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 50.35%
G = 31.94%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#915C33 (or 0x915C33) is known color: Rusty Nail. HEX triplet: 91, 5C and 33. RGB value is (145,92,51). Sum of RGB (Red+Green+Blue) = 145+92+51=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #915C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C33 is #6EA3CC. Grayscale: #676767. Windows color (decimal): -7250893 or 3366033. OLE color: 3366033.

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

Color convert

RGB 145 92 51 -
CMYK 0 0.37 0.65 0.43
HSL 26.17º 0.48% 0.38% -
HSV(B) 26.17º 0.65% 0.57% -
XYZ 16.1 13.91 4.97 -
YUV 103.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 145 92 51 0 0.37 0.65 0.43 26.17 0.48 0.38
Hex 91 5C 33 0 25 41 2B 1A 30 26
Octal 221 134 63 0 45 101 53 32 60 46
Binary 10010001 1011100 110011 0 100101 1000001 101011 11010 110000 100110

Color Harmonies of #915C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C33

Black with #915C33

Text Example


Text Example

White with #915C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,92,51); }

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

background-color css

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

 a { background-color: rgb(145,92,51); }

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

border-color css

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

 span { border-color: rgb(145,92,51); }

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