Html Css Color HEX #975A3B Rope

📋 copy color: '#975A3B'

red 151 ◦ green 90 ◦ blue 59

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

Shades of Rope #975A3B

Tints of Rope #975A3B

RGB

 RED value IS 151 (59.38% from 255) = 50.33%

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

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

R = 50.33%
G = 30%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#975A3B (or 0x975A3B) is known color: Rope. HEX triplet: 97, 5A and 3B. RGB value is (151,90,59). Sum of RGB (Red+Green+Blue) = 151+90+59=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #975A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A3B is #68A5C4. Grayscale: #686868. Windows color (decimal): -6858181 or 3889815. OLE color: 3889815.

HSL color Cylindrical-coordinate representation of color #975A3B: hue angle of 20.22º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975A3B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 59 -
CMYK 0 0.40 0.61 0.41
HSL 20.22º 0.44% 0.41% -
HSV(B) 20.22º 0.61% 0.59% -
XYZ 17.21 14.21 5.97 -
YUV 104.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 151 90 59 0 0.40 0.61 0.41 20.22 0.44 0.41
Hex 97 5A 3B 0 28 3D 29 14 2C 29
Octal 227 132 73 0 50 75 51 24 54 51
Binary 10010111 1011010 111011 0 101000 111101 101001 10100 101100 101001

Color Harmonies of #975A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A3B

Black with #975A3B

Text Example


Text Example

White with #975A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A3B; }

 p { color: rgb(151,90,59); }

 H1.HeaderClassName
 {
   color: #975A3B;
 }
 .AnyTagClassName
 {
   color: #975A3B;
 }
</style>

background-color css

<style>
 a { background-color: #975A3B; }

 a { background-color: rgb(151,90,59); }

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

border-color css

<style>
 span { border-color: #975A3B; }

 span { border-color: rgb(151,90,59); }

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