Html Css Color HEX #955D2E Rusty Nail

📋 copy color: '#955D2E'

red 149 ◦ green 93 ◦ blue 46

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

Shades of Rusty Nail #955D2E

Tints of Rusty Nail #955D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 51.74%
G = 32.29%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#955D2E (or 0x955D2E) is known color: Rusty Nail. HEX triplet: 95, 5D and 2E. RGB value is (149,93,46). Sum of RGB (Red+Green+Blue) = 149+93+46=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D2E is #6AA2D1. Grayscale: #686868. Windows color (decimal): -6988498 or 3038613. OLE color: 3038613.

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

Color convert

RGB 149 93 46 -
CMYK 0 0.38 0.69 0.42
HSL 27.38º 0.53% 0.38% -
HSV(B) 27.38º 0.69% 0.58% -
XYZ 16.8 14.42 4.48 -
YUV 104.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 149 93 46 0 0.38 0.69 0.42 27.38 0.53 0.38
Hex 95 5D 2E 0 26 45 2A 1B 35 26
Octal 225 135 56 0 46 105 52 33 65 46
Binary 10010101 1011101 101110 0 100110 1000101 101010 11011 110101 100110

Color Harmonies of #955D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D2E

Black with #955D2E

Text Example


Text Example

White with #955D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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