Html Css Color HEX #975E48 Sepia

📋 copy color: '#975E48'

red 151 ◦ green 94 ◦ blue 72

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

Shades of Sepia #975E48

Tints of Sepia #975E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 47.63%
G = 29.65%
B = 22.71%

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

#975E48 (or 0x975E48) is known color: Sepia. HEX triplet: 97, 5E and 48. RGB value is (151,94,72). Sum of RGB (Red+Green+Blue) = 151+94+72=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #975E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E48 is #68A1B7. Grayscale: #6C6C6C. Windows color (decimal): -6857144 or 4742807. OLE color: 4742807.

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

Color convert

RGB 151 94 72 -
CMYK 0 0.38 0.52 0.41
HSL 16.71º 0.35% 0.44% -
HSV(B) 16.71º 0.52% 0.59% -
XYZ 17.93 15.05 8.09 -
YUV 108.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 151 94 72 0 0.38 0.52 0.41 16.71 0.35 0.44
Hex 97 5E 48 0 26 34 29 11 23 2C
Octal 227 136 110 0 46 64 51 21 43 54
Binary 10010111 1011110 1001000 0 100110 110100 101001 10001 100011 101100

Color Harmonies of #975E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E48

Black with #975E48

Text Example


Text Example

White with #975E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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