#995342

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

Shades of Sepia #995342

Tints of Sepia #995342

Color information

#995342 (or 0x995342) is unknown color: approx Sepia. HEX triplet: 99, 53 and 42. RGB value is (153,83,66). Sum of RGB (Red+Green+Blue) = 153+83+66=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #995342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995342 is #66ACBD. Grayscale: #666666. Windows color (decimal): -6728894 or 4346777. OLE color: 4346777.

HSL color Cylindrical-coordinate representation of color #995342: hue angle of 11.72º 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 #995342 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB1538366-
CMYK00.460.570.4
HSL11.72º39.73%42.94%-
HSV(B)11.72º56.86%60%-
XYZ17.2113.356.82-
YUV101.99107.69164.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=50.66%
G=27.48%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153836600.460.570.411.7239.7342.94
Hex99534202E3928c282b
Octal2311231020567150145053
Binary100110011010011100001001011101110011010001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995342; }

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

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

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

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

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

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

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

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