Html Css Color HEX #975C45 Sepia

📋 copy color: '#975C45'

red 151 ◦ green 92 ◦ blue 69

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

Shades of Sepia #975C45

Tints of Sepia #975C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 48.4%
G = 29.49%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#975C45 (or 0x975C45) is known color: Sepia. HEX triplet: 97, 5C and 45. RGB value is (151,92,69). Sum of RGB (Red+Green+Blue) = 151+92+69=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #975C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C45 is #68A3BA. Grayscale: #6B6B6B. Windows color (decimal): -6857659 or 4545687. OLE color: 4545687.

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

Color convert

RGB 151 92 69 -
CMYK 0 0.39 0.54 0.41
HSL 16.83º 0.37% 0.43% -
HSV(B) 16.83º 0.54% 0.59% -
XYZ 17.66 14.66 7.53 -
YUV 107.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 151 92 69 0 0.39 0.54 0.41 16.83 0.37 0.43
Hex 97 5C 45 0 27 36 29 11 25 2B
Octal 227 134 105 0 47 66 51 21 45 53
Binary 10010111 1011100 1000101 0 100111 110110 101001 10001 100101 101011

Color Harmonies of #975C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C45

Black with #975C45

Text Example


Text Example

White with #975C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,69); }

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

background-color css

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

 a { background-color: rgb(151,92,69); }

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

border-color css

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

 span { border-color: rgb(151,92,69); }

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