Html Css Color HEX #975340 Sepia

📋 copy color: '#975340'

red 151 ◦ green 83 ◦ blue 64

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

Shades of Sepia #975340

Tints of Sepia #975340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 50.67%
G = 27.85%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#975340 (or 0x975340) is known color: Sepia. HEX triplet: 97, 53 and 40. RGB value is (151,83,64). Sum of RGB (Red+Green+Blue) = 151+83+64=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #975340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975340 is #68ACBF. Grayscale: #656565. Windows color (decimal): -6859968 or 4215703. OLE color: 4215703.

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

Color convert

RGB 151 83 64 -
CMYK 0 0.45 0.58 0.41
HSL 13.1º 0.4% 0.42% -
HSV(B) 13.1º 0.58% 0.59% -
XYZ 16.78 13.14 6.5 -
YUV 101.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 151 83 64 0 0.45 0.58 0.41 13.1 0.4 0.42
Hex 97 53 40 0 2D 3A 29 D 28 2A
Octal 227 123 100 0 55 72 51 15 50 52
Binary 10010111 1010011 1000000 0 101101 111010 101001 1101 101000 101010

Color Harmonies of #975340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975340

Black with #975340

Text Example


Text Example

White with #975340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975340; }

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

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

background-color css

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

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

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

border-color css

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

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

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