Html Css Color HEX #955D3A Rope

📋 copy color: '#955D3A'

red 149 ◦ green 93 ◦ blue 58

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

Shades of Rope #955D3A

Tints of Rope #955D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 49.67%
G = 31%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#955D3A (or 0x955D3A) is known color: Rope. HEX triplet: 95, 5D and 3A. RGB value is (149,93,58). Sum of RGB (Red+Green+Blue) = 149+93+58=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #955D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D3A is #6AA2C5. Grayscale: #696969. Windows color (decimal): -6988486 or 3825045. OLE color: 3825045.

HSL color Cylindrical-coordinate representation of color #955D3A: hue angle of 23.08º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955D3A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 58 -
CMYK 0 0.38 0.61 0.42
HSL 23.08º 0.44% 0.41% -
HSV(B) 23.08º 0.61% 0.58% -
XYZ 17.07 14.52 5.91 -
YUV 105.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 149 93 58 0 0.38 0.61 0.42 23.08 0.44 0.41
Hex 95 5D 3A 0 26 3D 2A 17 2C 29
Octal 225 135 72 0 46 75 52 27 54 51
Binary 10010101 1011101 111010 0 100110 111101 101010 10111 101100 101001

Color Harmonies of #955D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D3A

Black with #955D3A

Text Example


Text Example

White with #955D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,58); }

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

background-color css

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

 a { background-color: rgb(149,93,58); }

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

border-color css

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

 span { border-color: rgb(149,93,58); }

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