Html Css Color HEX #955C40 Rope

📋 copy color: '#955C40'

red 149 ◦ green 92 ◦ blue 64

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

Shades of Rope #955C40

Tints of Rope #955C40

RGB

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

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

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

R = 48.85%
G = 30.16%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#955C40 (or 0x955C40) is known color: Rope. HEX triplet: 95, 5C and 40. RGB value is (149,92,64). Sum of RGB (Red+Green+Blue) = 149+92+64=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #955C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C40 is #6AA3BF. Grayscale: #6A6A6A. Windows color (decimal): -6988736 or 4218005. OLE color: 4218005.

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

Color convert

RGB 149 92 64 -
CMYK 0 0.38 0.57 0.42
HSL 19.76º 0.4% 0.42% -
HSV(B) 19.76º 0.57% 0.58% -
XYZ 17.15 14.41 6.73 -
YUV 105.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 149 92 64 0 0.38 0.57 0.42 19.76 0.4 0.42
Hex 95 5C 40 0 26 39 2A 14 28 2A
Octal 225 134 100 0 46 71 52 24 50 52
Binary 10010101 1011100 1000000 0 100110 111001 101010 10100 101000 101010

Color Harmonies of #955C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C40

Black with #955C40

Text Example


Text Example

White with #955C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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