Html Css Color HEX #975C48 Sepia

📋 copy color: '#975C48'

red 151 ◦ green 92 ◦ blue 72

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

Shades of Sepia #975C48

Tints of Sepia #975C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 47.94%
G = 29.21%
B = 22.86%

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

#975C48 (or 0x975C48) is known color: Sepia. HEX triplet: 97, 5C and 48. RGB value is (151,92,72). Sum of RGB (Red+Green+Blue) = 151+92+72=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #975C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C48 is #68A3B7. Grayscale: #6B6B6B. Windows color (decimal): -6857656 or 4742295. OLE color: 4742295.

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

Color convert

RGB 151 92 72 -
CMYK 0 0.39 0.52 0.41
HSL 15.19º 0.35% 0.44% -
HSV(B) 15.19º 0.52% 0.59% -
XYZ 17.76 14.7 8.03 -
YUV 107.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 151 92 72 0 0.39 0.52 0.41 15.19 0.35 0.44
Hex 97 5C 48 0 27 34 29 F 23 2C
Octal 227 134 110 0 47 64 51 17 43 54
Binary 10010111 1011100 1001000 0 100111 110100 101001 1111 100011 101100

Color Harmonies of #975C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C48

Black with #975C48

Text Example


Text Example

White with #975C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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