#995F4A

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

Shades of Sepia #995F4A

Tints of Sepia #995F4A

Color information

#995F4A (or 0x995F4A) is unknown color: approx Sepia. HEX triplet: 99, 5F and 4A. RGB value is (153,95,74). Sum of RGB (Red+Green+Blue) = 153+95+74=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F4A is #66A0B5. Grayscale: #6E6E6E. Windows color (decimal): -6725814 or 4874137. OLE color: 4874137.

HSL color Cylindrical-coordinate representation of color #995F4A: hue angle of 15.95º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995F4A is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1539574-
CMYK00.380.520.4
HSL15.95º34.8%44.51%-
HSV(B)15.95º51.63%60%-
XYZ18.4715.458.49-
YUV109.95107.72158.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=47.52%
G=29.50%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153957400.380.520.415.9534.844.51
Hex995F4A026342810232d
Octal2311371120466450204355
Binary1001100110111111001010010011011010010100010000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995F4A; }

 p { color: rgb(153,95,74); }

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

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

 a { background-color: rgb(153,95,74); }

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

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

 span { border-color: rgb(153,95,74); }

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