Html Css Color HEX #975740 Sepia

📋 copy color: '#975740'

red 151 ◦ green 87 ◦ blue 64

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

Shades of Sepia #975740

Tints of Sepia #975740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 50%
G = 28.81%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#975740 (or 0x975740) is known color: Sepia. HEX triplet: 97, 57 and 40. RGB value is (151,87,64). Sum of RGB (Red+Green+Blue) = 151+87+64=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #975740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975740 is #68A8BF. Grayscale: #676767. Windows color (decimal): -6858944 or 4216727. OLE color: 4216727.

HSL color Cylindrical-coordinate representation of color #975740: hue angle of 15.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975740 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 87 64 -
CMYK 0 0.42 0.58 0.41
HSL 15.86º 0.4% 0.42% -
HSV(B) 15.86º 0.58% 0.59% -
XYZ 17.1 13.77 6.61 -
YUV 103.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 151 87 64 0 0.42 0.58 0.41 15.86 0.4 0.42
Hex 97 57 40 0 2A 3A 29 10 28 2A
Octal 227 127 100 0 52 72 51 20 50 52
Binary 10010111 1010111 1000000 0 101010 111010 101001 10000 101000 101010

Color Harmonies of #975740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975740

Black with #975740

Text Example


Text Example

White with #975740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975740; }

 p { color: rgb(151,87,64); }

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

background-color css

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

 a { background-color: rgb(151,87,64); }

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

border-color css

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

 span { border-color: rgb(151,87,64); }

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