#995E4A

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

Shades of Sepia #995E4A

Tints of Sepia #995E4A

Color information

#995E4A (or 0x995E4A) is unknown color: approx Sepia. HEX triplet: 99, 5E and 4A. RGB value is (153,94,74). Sum of RGB (Red+Green+Blue) = 153+94+74=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E4A is #66A1B5. Grayscale: #6D6D6D. Windows color (decimal): -6726070 or 4873881. OLE color: 4873881.

HSL color Cylindrical-coordinate representation of color #995E4A: hue angle of 15.19º 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 #995E4A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1539474-
CMYK00.390.520.4
HSL15.19º34.8%44.51%-
HSV(B)15.19º51.63%60%-
XYZ18.3815.278.46-
YUV109.36108.05159.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=47.66%
G=29.28%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153947400.390.520.415.1934.844.51
Hex995E4A0273428f232d
Octal2311361120476450174355
Binary100110011011110100101001001111101001010001111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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