#995442

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

Shades of Sepia #995442

Tints of Sepia #995442

Color information

#995442 (or 0x995442) is unknown color: approx Sepia. HEX triplet: 99, 54 and 42. RGB value is (153,84,66). Sum of RGB (Red+Green+Blue) = 153+84+66=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #995442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995442 is #66ABBD. Grayscale: #666666. Windows color (decimal): -6728638 or 4347033. OLE color: 4347033.

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

Color convert

RGB1538466-
CMYK00.450.570.4
HSL12.41º39.73%42.94%-
HSV(B)12.41º56.86%60%-
XYZ17.2913.516.85-
YUV102.58107.36163.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=50.50%
G=27.72%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153846600.450.570.412.4139.7342.94
Hex99544202D3928c282b
Octal2311241020557150145053
Binary100110011010100100001001011011110011010001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995442; }

 p { color: rgb(153,84,66); }

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

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

 a { background-color: rgb(153,84,66); }

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

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

 span { border-color: rgb(153,84,66); }

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