Html Css Color HEX #955D3D Rope

📋 copy color: '#955D3D'

red 149 ◦ green 93 ◦ blue 61

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

Shades of Rope #955D3D

Tints of Rope #955D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 49.17%
G = 30.69%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#955D3D (or 0x955D3D) is known color: Rope. HEX triplet: 95, 5D and 3D. RGB value is (149,93,61). Sum of RGB (Red+Green+Blue) = 149+93+61=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #955D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D3D is #6AA2C2. Grayscale: #6A6A6A. Windows color (decimal): -6988483 or 4021653. OLE color: 4021653.

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

Color convert

RGB 149 93 61 -
CMYK 0 0.38 0.59 0.42
HSL 21.82º 0.42% 0.41% -
HSV(B) 21.82º 0.59% 0.58% -
XYZ 17.15 14.56 6.32 -
YUV 106.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 149 93 61 0 0.38 0.59 0.42 21.82 0.42 0.41
Hex 95 5D 3D 0 26 3B 2A 16 2A 29
Octal 225 135 75 0 46 73 52 26 52 51
Binary 10010101 1011101 111101 0 100110 111011 101010 10110 101010 101001

Color Harmonies of #955D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D3D

Black with #955D3D

Text Example


Text Example

White with #955D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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