Html Css Color HEX #955E3C Rope

📋 copy color: '#955E3C'

red 149 ◦ green 94 ◦ blue 60

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

Shades of Rope #955E3C

Tints of Rope #955E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 49.17%
G = 31.02%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#955E3C (or 0x955E3C) is known color: Rope. HEX triplet: 95, 5E and 3C. RGB value is (149,94,60). Sum of RGB (Red+Green+Blue) = 149+94+60=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #955E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E3C is #6AA1C3. Grayscale: #6A6A6A. Windows color (decimal): -6988228 or 3956373. OLE color: 3956373.

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

Color convert

RGB 149 94 60 -
CMYK 0 0.37 0.60 0.42
HSL 22.92º 0.43% 0.41% -
HSV(B) 22.92º 0.6% 0.58% -
XYZ 17.21 14.72 6.21 -
YUV 106.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 149 94 60 0 0.37 0.60 0.42 22.92 0.43 0.41
Hex 95 5E 3C 0 25 3C 2A 17 2B 29
Octal 225 136 74 0 45 74 52 27 53 51
Binary 10010101 1011110 111100 0 100101 111100 101010 10111 101011 101001

Color Harmonies of #955E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E3C

Black with #955E3C

Text Example


Text Example

White with #955E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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