Html Css Color HEX #955E40 Rope

📋 copy color: '#955E40'

red 149 ◦ green 94 ◦ blue 64

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

Shades of Rope #955E40

Tints of Rope #955E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 48.53%
G = 30.62%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#955E40 (or 0x955E40) is known color: Rope. HEX triplet: 95, 5E and 40. RGB value is (149,94,64). Sum of RGB (Red+Green+Blue) = 149+94+64=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #955E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E40 is #6AA1BF. Grayscale: #6B6B6B. Windows color (decimal): -6988224 or 4218517. OLE color: 4218517.

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

Color convert

RGB 149 94 64 -
CMYK 0 0.37 0.57 0.42
HSL 21.18º 0.4% 0.42% -
HSV(B) 21.18º 0.57% 0.58% -
XYZ 17.32 14.77 6.79 -
YUV 107.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 149 94 64 0 0.37 0.57 0.42 21.18 0.4 0.42
Hex 95 5E 40 0 25 39 2A 15 28 2A
Octal 225 136 100 0 45 71 52 25 50 52
Binary 10010101 1011110 1000000 0 100101 111001 101010 10101 101000 101010

Color Harmonies of #955E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E40

Black with #955E40

Text Example


Text Example

White with #955E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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