#995A43

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

Shades of Sepia #995A43

Tints of Sepia #995A43

Color information

#995A43 (or 0x995A43) is unknown color: approx Sepia. HEX triplet: 99, 5A and 43. RGB value is (153,90,67). Sum of RGB (Red+Green+Blue) = 153+90+67=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #995A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A43 is #66A5BC. Grayscale: #6A6A6A. Windows color (decimal): -6727101 or 4414105. OLE color: 4414105.

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

Color convert

RGB1539067-
CMYK00.410.560.4
HSL16.05º39.09%43.14%-
HSV(B)16.05º56.21%60%-
XYZ17.8114.497.17-
YUV106.22105.87161.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 67 (26.56% from 255) = 21.61%
R=49.35%
G=29.03%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153906700.410.560.416.0539.0943.14
Hex995A43029382810272b
Octal2311321030517050204753
Binary1001100110110101000011010100111100010100010000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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