Html Css Color HEX #95593D Rope

📋 copy color: '#95593D'

red 149 ◦ green 89 ◦ blue 61

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

Shades of Rope #95593D

Tints of Rope #95593D

RGB

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

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

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

R = 49.83%
G = 29.77%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95593D (or 0x95593D) is known color: Rope. HEX triplet: 95, 59 and 3D. RGB value is (149,89,61). Sum of RGB (Red+Green+Blue) = 149+89+61=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95593D is #6AA6C2. Grayscale: #676767. Windows color (decimal): -6989507 or 4020629. OLE color: 4020629.

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

Color convert

RGB 149 89 61 -
CMYK 0 0.40 0.59 0.42
HSL 19.09º 0.42% 0.41% -
HSV(B) 19.09º 0.59% 0.58% -
XYZ 16.81 13.87 6.21 -
YUV 103.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 149 89 61 0 0.40 0.59 0.42 19.09 0.42 0.41
Hex 95 59 3D 0 28 3B 2A 13 2A 29
Octal 225 131 75 0 50 73 52 23 52 51
Binary 10010101 1011001 111101 0 101000 111011 101010 10011 101010 101001

Color Harmonies of #95593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95593D

Black with #95593D

Text Example


Text Example

White with #95593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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