Html Css Color HEX #957570 Hemp

📋 copy color: '#957570'

red 149 ◦ green 117 ◦ blue 112

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

Shades of Hemp #957570

Tints of Hemp #957570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 39.42%
G = 30.95%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#957570 (or 0x957570) is known color: Hemp. HEX triplet: 95, 75 and 70. RGB value is (149,117,112). Sum of RGB (Red+Green+Blue) = 149+117+112=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #957570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957570 is #6A8A8F. Grayscale: #7E7E7E. Windows color (decimal): -6982288 or 7370133. OLE color: 7370133.

HSL color Cylindrical-coordinate representation of color #957570: hue angle of 8.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957570 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 112 -
CMYK 0 0.21 0.25 0.42
HSL 8.11º 0.15% 0.51% -
HSV(B) 8.11º 0.25% 0.58% -
XYZ 21.68 20.28 18.1 -
YUV 126 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 149 117 112 0 0.21 0.25 0.42 8.11 0.15 0.51
Hex 95 75 70 0 15 19 2A 8 F 33
Octal 225 165 160 0 25 31 52 10 17 63
Binary 10010101 1110101 1110000 0 10101 11001 101010 1000 1111 110011

Color Harmonies of #957570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957570

Black with #957570

Text Example


Text Example

White with #957570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957570; }

 p { color: rgb(149,117,112); }

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

background-color css

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

 a { background-color: rgb(149,117,112); }

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

border-color css

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

 span { border-color: rgb(149,117,112); }

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