#995A49

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

Shades of Sepia #995A49

Tints of Sepia #995A49

Color information

#995A49 (or 0x995A49) is unknown color: approx Sepia. HEX triplet: 99, 5A and 49. RGB value is (153,90,73). Sum of RGB (Red+Green+Blue) = 153+90+73=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #995A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A49 is #66A5B6. Grayscale: #6B6B6B. Windows color (decimal): -6727095 or 4807321. OLE color: 4807321.

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

Color convert

RGB1539073-
CMYK00.410.520.4
HSL12.75º35.4%44.31%-
HSV(B)12.75º52.29%60%-
XYZ1814.578.17-
YUV106.9108.87160.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=48.42%
G=28.48%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153907300.410.520.412.7535.444.31
Hex995A490293428d232c
Octal2311321110516450154354
Binary100110011011010100100101010011101001010001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,90,73); }

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

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

 a { background-color: rgb(153,90,73); }

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

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

 span { border-color: rgb(153,90,73); }

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