Html Css Color HEX #955A3A Rope

📋 copy color: '#955A3A'

red 149 ◦ green 90 ◦ blue 58

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

Shades of Rope #955A3A

Tints of Rope #955A3A

RGB

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

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

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

R = 50.17%
G = 30.3%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#955A3A (or 0x955A3A) is known color: Rope. HEX triplet: 95, 5A and 3A. RGB value is (149,90,58). Sum of RGB (Red+Green+Blue) = 149+90+58=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #955A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A3A is #6AA5C5. Grayscale: #686868. Windows color (decimal): -6989254 or 3824277. OLE color: 3824277.

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

Color convert

RGB 149 90 58 -
CMYK 0 0.40 0.61 0.42
HSL 21.1º 0.44% 0.41% -
HSV(B) 21.1º 0.61% 0.58% -
XYZ 16.81 14.01 5.82 -
YUV 103.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 149 90 58 0 0.40 0.61 0.42 21.1 0.44 0.41
Hex 95 5A 3A 0 28 3D 2A 15 2C 29
Octal 225 132 72 0 50 75 52 25 54 51
Binary 10010101 1011010 111010 0 101000 111101 101010 10101 101100 101001

Color Harmonies of #955A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A3A

Black with #955A3A

Text Example


Text Example

White with #955A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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