Html Css Color HEX #955D2F Rusty Nail

📋 copy color: '#955D2F'

red 149 ◦ green 93 ◦ blue 47

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

Shades of Rusty Nail #955D2F

Tints of Rusty Nail #955D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 51.56%
G = 32.18%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#955D2F (or 0x955D2F) is known color: Rusty Nail. HEX triplet: 95, 5D and 2F. RGB value is (149,93,47). Sum of RGB (Red+Green+Blue) = 149+93+47=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D2F is #6AA2D0. Grayscale: #686868. Windows color (decimal): -6988497 or 3104149. OLE color: 3104149.

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

Color convert

RGB 149 93 47 -
CMYK 0 0.38 0.68 0.42
HSL 27.06º 0.52% 0.38% -
HSV(B) 27.06º 0.68% 0.58% -
XYZ 16.82 14.42 4.59 -
YUV 104.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 149 93 47 0 0.38 0.68 0.42 27.06 0.52 0.38
Hex 95 5D 2F 0 26 44 2A 1B 34 26
Octal 225 135 57 0 46 104 52 33 64 46
Binary 10010101 1011101 101111 0 100110 1000100 101010 11011 110100 100110

Color Harmonies of #955D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D2F

Black with #955D2F

Text Example


Text Example

White with #955D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,47); }

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

background-color css

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

 a { background-color: rgb(149,93,47); }

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

border-color css

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

 span { border-color: rgb(149,93,47); }

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