Html Css Color HEX #955E3D Rope

📋 copy color: '#955E3D'

red 149 ◦ green 94 ◦ blue 61

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

Shades of Rope #955E3D

Tints of Rope #955E3D

RGB

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

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

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

R = 49.01%
G = 30.92%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#955E3D (or 0x955E3D) is known color: Rope. HEX triplet: 95, 5E and 3D. RGB value is (149,94,61). Sum of RGB (Red+Green+Blue) = 149+94+61=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E3D is #6AA1C2. Grayscale: #6A6A6A. Windows color (decimal): -6988227 or 4021909. OLE color: 4021909.

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

Color convert

RGB 149 94 61 -
CMYK 0 0.37 0.59 0.42
HSL 22.5º 0.42% 0.41% -
HSV(B) 22.5º 0.59% 0.58% -
XYZ 17.24 14.73 6.35 -
YUV 106.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 149 94 61 0 0.37 0.59 0.42 22.5 0.42 0.41
Hex 95 5E 3D 0 25 3B 2A 16 2A 29
Octal 225 136 75 0 45 73 52 26 52 51
Binary 10010101 1011110 111101 0 100101 111011 101010 10110 101010 101001

Color Harmonies of #955E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E3D

Black with #955E3D

Text Example


Text Example

White with #955E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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