Html Css Color HEX #955E2E Rusty Nail

📋 copy color: '#955E2E'

red 149 ◦ green 94 ◦ blue 46

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

Shades of Rusty Nail #955E2E

Tints of Rusty Nail #955E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

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

R = 51.56%
G = 32.53%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#955E2E (or 0x955E2E) is known color: Rusty Nail. HEX triplet: 95, 5E and 2E. RGB value is (149,94,46). Sum of RGB (Red+Green+Blue) = 149+94+46=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E2E is #6AA1D1. Grayscale: #696969. Windows color (decimal): -6988242 or 3038869. OLE color: 3038869.

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

Color convert

RGB 149 94 46 -
CMYK 0 0.37 0.69 0.42
HSL 27.96º 0.53% 0.38% -
HSV(B) 27.96º 0.69% 0.58% -
XYZ 16.89 14.59 4.51 -
YUV 104.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 149 94 46 0 0.37 0.69 0.42 27.96 0.53 0.38
Hex 95 5E 2E 0 25 45 2A 1C 35 26
Octal 225 136 56 0 45 105 52 34 65 46
Binary 10010101 1011110 101110 0 100101 1000101 101010 11100 110101 100110

Color Harmonies of #955E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E2E

Black with #955E2E

Text Example


Text Example

White with #955E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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