Html Css Color HEX #975A3C Sepia

📋 copy color: '#975A3C'

red 151 ◦ green 90 ◦ blue 60

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

Shades of Sepia #975A3C

Tints of Sepia #975A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 50.17%
G = 29.9%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#975A3C (or 0x975A3C) is known color: Sepia. HEX triplet: 97, 5A and 3C. RGB value is (151,90,60). Sum of RGB (Red+Green+Blue) = 151+90+60=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #975A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A3C is #68A5C3. Grayscale: #686868. Windows color (decimal): -6858180 or 3955351. OLE color: 3955351.

HSL color Cylindrical-coordinate representation of color #975A3C: hue angle of 19.78º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #975A3C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 60 -
CMYK 0 0.40 0.60 0.41
HSL 19.78º 0.43% 0.41% -
HSV(B) 19.78º 0.6% 0.59% -
XYZ 17.23 14.22 6.11 -
YUV 104.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 151 90 60 0 0.40 0.60 0.41 19.78 0.43 0.41
Hex 97 5A 3C 0 28 3C 29 14 2B 29
Octal 227 132 74 0 50 74 51 24 53 51
Binary 10010111 1011010 111100 0 101000 111100 101001 10100 101011 101001

Color Harmonies of #975A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A3C

Black with #975A3C

Text Example


Text Example

White with #975A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,60); }

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

background-color css

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

 a { background-color: rgb(151,90,60); }

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

border-color css

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

 span { border-color: rgb(151,90,60); }

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