Html Css Color HEX #975D49 Sepia

📋 copy color: '#975D49'

red 151 ◦ green 93 ◦ blue 73

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

Shades of Sepia #975D49

Tints of Sepia #975D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 47.63%
G = 29.34%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#975D49 (or 0x975D49) is known color: Sepia. HEX triplet: 97, 5D and 49. RGB value is (151,93,73). Sum of RGB (Red+Green+Blue) = 151+93+73=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #975D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D49 is #68A2B6. Grayscale: #6C6C6C. Windows color (decimal): -6857399 or 4808087. OLE color: 4808087.

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

Color convert

RGB 151 93 73 -
CMYK 0 0.38 0.52 0.41
HSL 15.38º 0.35% 0.44% -
HSV(B) 15.38º 0.52% 0.59% -
XYZ 17.88 14.89 8.23 -
YUV 108.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 151 93 73 0 0.38 0.52 0.41 15.38 0.35 0.44
Hex 97 5D 49 0 26 34 29 F 23 2C
Octal 227 135 111 0 46 64 51 17 43 54
Binary 10010111 1011101 1001001 0 100110 110100 101001 1111 100011 101100

Color Harmonies of #975D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D49

Black with #975D49

Text Example


Text Example

White with #975D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,73); }

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

background-color css

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

 a { background-color: rgb(151,93,73); }

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

border-color css

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

 span { border-color: rgb(151,93,73); }

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