Html Css Color HEX #975C49 Sepia

📋 copy color: '#975C49'

red 151 ◦ green 92 ◦ blue 73

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

Shades of Sepia #975C49

Tints of Sepia #975C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

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

R = 47.78%
G = 29.11%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#975C49 (or 0x975C49) is known color: Sepia. HEX triplet: 97, 5C and 49. RGB value is (151,92,73). Sum of RGB (Red+Green+Blue) = 151+92+73=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #975C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C49 is #68A3B6. Grayscale: #6B6B6B. Windows color (decimal): -6857655 or 4807831. OLE color: 4807831.

HSL color Cylindrical-coordinate representation of color #975C49: hue angle of 14.62º 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 #975C49 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 73 -
CMYK 0 0.39 0.52 0.41
HSL 14.62º 0.35% 0.44% -
HSV(B) 14.62º 0.52% 0.59% -
XYZ 17.79 14.71 8.21 -
YUV 107.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 151 92 73 0 0.39 0.52 0.41 14.62 0.35 0.44
Hex 97 5C 49 0 27 34 29 F 23 2C
Octal 227 134 111 0 47 64 51 17 43 54
Binary 10010111 1011100 1001001 0 100111 110100 101001 1111 100011 101100

Color Harmonies of #975C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C49

Black with #975C49

Text Example


Text Example

White with #975C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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