Html Css Color HEX #975442 Sepia

📋 copy color: '#975442'

red 151 ◦ green 84 ◦ blue 66

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

Shades of Sepia #975442

Tints of Sepia #975442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 50.17%
G = 27.91%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#975442 (or 0x975442) is known color: Sepia. HEX triplet: 97, 54 and 42. RGB value is (151,84,66). Sum of RGB (Red+Green+Blue) = 151+84+66=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #975442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975442 is #68ABBD. Grayscale: #666666. Windows color (decimal): -6859710 or 4347031. OLE color: 4347031.

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

Color convert

RGB 151 84 66 -
CMYK 0 0.44 0.56 0.41
HSL 12.71º 0.39% 0.43% -
HSV(B) 12.71º 0.56% 0.59% -
XYZ 16.92 13.31 6.83 -
YUV 101.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 151 84 66 0 0.44 0.56 0.41 12.71 0.39 0.43
Hex 97 54 42 0 2C 38 29 D 27 2B
Octal 227 124 102 0 54 70 51 15 47 53
Binary 10010111 1010100 1000010 0 101100 111000 101001 1101 100111 101011

Color Harmonies of #975442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975442

Black with #975442

Text Example


Text Example

White with #975442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975442; }

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

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

background-color css

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

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

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

border-color css

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

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

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