Html Css Color HEX #955A39 Rope

📋 copy color: '#955A39'

red 149 ◦ green 90 ◦ blue 57

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

Shades of Rope #955A39

Tints of Rope #955A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 50.34%
G = 30.41%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#955A39 (or 0x955A39) is known color: Rope. HEX triplet: 95, 5A and 39. RGB value is (149,90,57). Sum of RGB (Red+Green+Blue) = 149+90+57=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #955A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A39 is #6AA5C6. Grayscale: #686868. Windows color (decimal): -6989255 or 3758741. OLE color: 3758741.

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

Color convert

RGB 149 90 57 -
CMYK 0 0.40 0.62 0.42
HSL 21.52º 0.45% 0.4% -
HSV(B) 21.52º 0.62% 0.58% -
XYZ 16.79 14 5.69 -
YUV 103.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 149 90 57 0 0.40 0.62 0.42 21.52 0.45 0.4
Hex 95 5A 39 0 28 3E 2A 16 2D 28
Octal 225 132 71 0 50 76 52 26 55 50
Binary 10010101 1011010 111001 0 101000 111110 101010 10110 101101 101000

Color Harmonies of #955A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A39

Black with #955A39

Text Example


Text Example

White with #955A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,90,57); }

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

background-color css

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

 a { background-color: rgb(149,90,57); }

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

border-color css

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

 span { border-color: rgb(149,90,57); }

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