Html Css Color HEX #975941 Sepia

📋 copy color: '#975941'

red 151 ◦ green 89 ◦ blue 65

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

Shades of Sepia #975941

Tints of Sepia #975941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

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

R = 49.51%
G = 29.18%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#975941 (or 0x975941) is known color: Sepia. HEX triplet: 97, 59 and 41. RGB value is (151,89,65). Sum of RGB (Red+Green+Blue) = 151+89+65=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975941 is #68A6BE. Grayscale: #686868. Windows color (decimal): -6858431 or 4282775. OLE color: 4282775.

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

Color convert

RGB 151 89 65 -
CMYK 0 0.41 0.57 0.41
HSL 16.74º 0.4% 0.42% -
HSV(B) 16.74º 0.57% 0.59% -
XYZ 17.29 14.11 6.81 -
YUV 104.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 151 89 65 0 0.41 0.57 0.41 16.74 0.4 0.42
Hex 97 59 41 0 29 39 29 11 28 2A
Octal 227 131 101 0 51 71 51 21 50 52
Binary 10010111 1011001 1000001 0 101001 111001 101001 10001 101000 101010

Color Harmonies of #975941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975941

Black with #975941

Text Example


Text Example

White with #975941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975941; }

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

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

background-color css

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

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

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

border-color css

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

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

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