#995A44

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

Shades of Sepia #995A44

Tints of Sepia #995A44

Color information

#995A44 (or 0x995A44) is unknown color: approx Sepia. HEX triplet: 99, 5A and 44. RGB value is (153,90,68). Sum of RGB (Red+Green+Blue) = 153+90+68=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #995A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A44 is #66A5BB. Grayscale: #6A6A6A. Windows color (decimal): -6727100 or 4479641. OLE color: 4479641.

HSL color Cylindrical-coordinate representation of color #995A44: hue angle of 15.53º degrees, saturation: 0.38, 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 #995A44 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1539068-
CMYK00.410.560.4
HSL15.53º38.46%43.33%-
HSV(B)15.53º55.56%60%-
XYZ17.8414.57.33-
YUV106.33106.37161.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=49.20%
G=28.94%
B=21.86%

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
Decimal153906800.410.560.415.5338.4643.33
Hex995A44029382810262b
Octal2311321040517050204653
Binary1001100110110101000100010100111100010100010000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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