Html Css Color HEX #955F2D Rusty Nail

📋 copy color: '#955F2D'

red 149 ◦ green 95 ◦ blue 45

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

Shades of Rusty Nail #955F2D

Tints of Rusty Nail #955F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.87%

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

R = 51.56%
G = 32.87%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#955F2D (or 0x955F2D) is known color: Rusty Nail. HEX triplet: 95, 5F and 2D. RGB value is (149,95,45). Sum of RGB (Red+Green+Blue) = 149+95+45=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F2D is #6AA0D2. Grayscale: #696969. Windows color (decimal): -6987987 or 2973589. OLE color: 2973589.

HSL color Cylindrical-coordinate representation of color #955F2D: hue angle of 28.85º 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 #955F2D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 45 -
CMYK 0 0.36 0.70 0.42
HSL 28.85º 0.54% 0.38% -
HSV(B) 28.85º 0.7% 0.58% -
XYZ 16.96 14.76 4.44 -
YUV 105.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 149 95 45 0 0.36 0.70 0.42 28.85 0.54 0.38
Hex 95 5F 2D 0 24 46 2A 1D 36 26
Octal 225 137 55 0 44 106 52 35 66 46
Binary 10010101 1011111 101101 0 100100 1000110 101010 11101 110110 100110

Color Harmonies of #955F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F2D

Black with #955F2D

Text Example


Text Example

White with #955F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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