#975A40

Color #975A40 Sepia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sepia #975A40

Tints of Sepia #975A40

Color information

#975A40 (or 0x975A40) is unknown color: approx Sepia. HEX triplet: 97, 5A and 40. RGB value is (151,90,64). Sum of RGB (Red+Green+Blue) = 151+90+64=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A40 is #68A5BF. Grayscale: #696969. Windows color (decimal): -6858176 or 4217495. OLE color: 4217495.

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

Color convert

RGB1519064-
CMYK00.400.580.41
HSL17.93º40.47%42.16%-
HSV(B)17.93º57.62%59.22%-
XYZ17.3414.266.69-
YUV105.28104.71160.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=49.51%
G=29.51%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151906400.400.580.4117.9340.4742.16
Hex975A400283A2912282a
Octal2271321000507251225052
Binary1001011110110101000000010100011101010100110010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #975A40;
 }
 .AnyTagClassName
 {
   color: #975A40;
 }
</style>
background-color css

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

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

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

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

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

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