Html Css Color HEX #95593B Rope

📋 copy color: '#95593B'

red 149 ◦ green 89 ◦ blue 59

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

Shades of Rope #95593B

Tints of Rope #95593B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.97%

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 50.17%
G = 29.97%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95593B (or 0x95593B) is known color: Rope. HEX triplet: 95, 59 and 3B. RGB value is (149,89,59). Sum of RGB (Red+Green+Blue) = 149+89+59=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95593B is #6AA6C4. Grayscale: #676767. Windows color (decimal): -6989509 or 3889557. OLE color: 3889557.

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

Color convert

RGB 149 89 59 -
CMYK 0 0.40 0.60 0.42
HSL 20º 0.43% 0.41% -
HSV(B) 20º 0.6% 0.58% -
XYZ 16.76 13.85 5.93 -
YUV 103.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 149 89 59 0 0.40 0.60 0.42 20 0.43 0.41
Hex 95 59 3B 0 28 3C 2A 14 2B 29
Octal 225 131 73 0 50 74 52 24 53 51
Binary 10010101 1011001 111011 0 101000 111100 101010 10100 101011 101001

Color Harmonies of #95593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95593B

Black with #95593B

Text Example


Text Example

White with #95593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95593B; }

 p { color: rgb(149,89,59); }

 H1.HeaderClassName
 {
   color: #95593B;
 }
 .AnyTagClassName
 {
   color: #95593B;
 }
</style>

background-color css

<style>
 a { background-color: #95593B; }

 a { background-color: rgb(149,89,59); }

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

border-color css

<style>
 span { border-color: #95593B; }

 span { border-color: rgb(149,89,59); }

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