Html Css Color HEX #975441 Sepia

📋 copy color: '#975441'

red 151 ◦ green 84 ◦ blue 65

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

Shades of Sepia #975441

Tints of Sepia #975441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 50.33%
G = 28%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#975441 (or 0x975441) is known color: Sepia. HEX triplet: 97, 54 and 41. RGB value is (151,84,65). Sum of RGB (Red+Green+Blue) = 151+84+65=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #975441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975441 is #68ABBE. Grayscale: #666666. Windows color (decimal): -6859711 or 4281495. OLE color: 4281495.

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

Color convert

RGB 151 84 65 -
CMYK 0 0.44 0.57 0.41
HSL 13.26º 0.4% 0.42% -
HSV(B) 13.26º 0.57% 0.59% -
XYZ 16.89 13.3 6.68 -
YUV 101.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 151 84 65 0 0.44 0.57 0.41 13.26 0.4 0.42
Hex 97 54 41 0 2C 39 29 D 28 2A
Octal 227 124 101 0 54 71 51 15 50 52
Binary 10010111 1010100 1000001 0 101100 111001 101001 1101 101000 101010

Color Harmonies of #975441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975441

Black with #975441

Text Example


Text Example

White with #975441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975441; }

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

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

background-color css

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

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

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

border-color css

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

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

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