Html Css Color HEX #975C47 Sepia

📋 copy color: '#975C47'

red 151 ◦ green 92 ◦ blue 71

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

Shades of Sepia #975C47

Tints of Sepia #975C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 48.09%
G = 29.3%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#975C47 (or 0x975C47) is known color: Sepia. HEX triplet: 97, 5C and 47. RGB value is (151,92,71). Sum of RGB (Red+Green+Blue) = 151+92+71=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #975C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C47 is #68A3B8. Grayscale: #6B6B6B. Windows color (decimal): -6857657 or 4676759. OLE color: 4676759.

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

Color convert

RGB 151 92 71 -
CMYK 0 0.39 0.53 0.41
HSL 15.75º 0.36% 0.44% -
HSV(B) 15.75º 0.53% 0.59% -
XYZ 17.73 14.69 7.86 -
YUV 107.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 151 92 71 0 0.39 0.53 0.41 15.75 0.36 0.44
Hex 97 5C 47 0 27 35 29 10 24 2C
Octal 227 134 107 0 47 65 51 20 44 54
Binary 10010111 1011100 1000111 0 100111 110101 101001 10000 100100 101100

Color Harmonies of #975C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C47

Black with #975C47

Text Example


Text Example

White with #975C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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