Html Css Color HEX #975440 Sepia

📋 copy color: '#975440'

red 151 ◦ green 84 ◦ blue 64

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

Shades of Sepia #975440

Tints of Sepia #975440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 50.5%
G = 28.09%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#975440 (or 0x975440) is known color: Sepia. HEX triplet: 97, 54 and 40. RGB value is (151,84,64). Sum of RGB (Red+Green+Blue) = 151+84+64=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #975440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975440 is #68ABBF. Grayscale: #656565. Windows color (decimal): -6859712 or 4215959. OLE color: 4215959.

HSL color Cylindrical-coordinate representation of color #975440: hue angle of 13.79º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975440 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 64 -
CMYK 0 0.44 0.58 0.41
HSL 13.79º 0.4% 0.42% -
HSV(B) 13.79º 0.58% 0.59% -
XYZ 16.86 13.29 6.53 -
YUV 101.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 151 84 64 0 0.44 0.58 0.41 13.79 0.4 0.42
Hex 97 54 40 0 2C 3A 29 E 28 2A
Octal 227 124 100 0 54 72 51 16 50 52
Binary 10010111 1010100 1000000 0 101100 111010 101001 1110 101000 101010

Color Harmonies of #975440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975440

Black with #975440

Text Example


Text Example

White with #975440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975440; }

 p { color: rgb(151,84,64); }

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

background-color css

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

 a { background-color: rgb(151,84,64); }

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

border-color css

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

 span { border-color: rgb(151,84,64); }

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