Html Css Color HEX #955C2E Rusty Nail

📋 copy color: '#955C2E'

red 149 ◦ green 92 ◦ blue 46

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

Shades of Rusty Nail #955C2E

Tints of Rusty Nail #955C2E

RGB

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

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

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

R = 51.92%
G = 32.06%
B = 16.03%

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

#955C2E (or 0x955C2E) is known color: Rusty Nail. HEX triplet: 95, 5C and 2E. RGB value is (149,92,46). Sum of RGB (Red+Green+Blue) = 149+92+46=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C2E is #6AA3D1. Grayscale: #686868. Windows color (decimal): -6988754 or 3038357. OLE color: 3038357.

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

Color convert

RGB 149 92 46 -
CMYK 0 0.38 0.69 0.42
HSL 26.8º 0.53% 0.38% -
HSV(B) 26.8º 0.69% 0.58% -
XYZ 16.71 14.24 4.45 -
YUV 103.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 149 92 46 0 0.38 0.69 0.42 26.8 0.53 0.38
Hex 95 5C 2E 0 26 45 2A 1B 35 26
Octal 225 134 56 0 46 105 52 33 65 46
Binary 10010101 1011100 101110 0 100110 1000101 101010 11011 110101 100110

Color Harmonies of #955C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C2E

Black with #955C2E

Text Example


Text Example

White with #955C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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