Html Css Color HEX #955C2D Rusty Nail

📋 copy color: '#955C2D'

red 149 ◦ green 92 ◦ blue 45

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

Shades of Rusty Nail #955C2D

Tints of Rusty Nail #955C2D

RGB

 RED value IS 149 (58.59% from 255) = 52.1%

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 52.1%
G = 32.17%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#955C2D (or 0x955C2D) is known color: Rusty Nail. HEX triplet: 95, 5C and 2D. RGB value is (149,92,45). Sum of RGB (Red+Green+Blue) = 149+92+45=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #955C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C2D is #6AA3D2. Grayscale: #676767. Windows color (decimal): -6988755 or 2972821. OLE color: 2972821.

HSL color Cylindrical-coordinate representation of color #955C2D: hue angle of 27.12º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #955C2D is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 92 45 -
CMYK 0 0.38 0.70 0.42
HSL 27.12º 0.54% 0.38% -
HSV(B) 27.12º 0.7% 0.58% -
XYZ 16.7 14.23 4.35 -
YUV 103.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 149 92 45 0 0.38 0.70 0.42 27.12 0.54 0.38
Hex 95 5C 2D 0 26 46 2A 1B 36 26
Octal 225 134 55 0 46 106 52 33 66 46
Binary 10010101 1011100 101101 0 100110 1000110 101010 11011 110110 100110

Color Harmonies of #955C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C2D

Black with #955C2D

Text Example


Text Example

White with #955C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955C2D; }

 p { color: rgb(149,92,45); }

 H1.HeaderClassName
 {
   color: #955C2D;
 }
 .AnyTagClassName
 {
   color: #955C2D;
 }
</style>

background-color css

<style>
 a { background-color: #955C2D; }

 a { background-color: rgb(149,92,45); }

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

border-color css

<style>
 span { border-color: #955C2D; }

 span { border-color: rgb(149,92,45); }

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