#995B4B

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

Shades of Sepia #995B4B

Tints of Sepia #995B4B

Color information

#995B4B (or 0x995B4B) is unknown color: approx Sepia. HEX triplet: 99, 5B and 4B. RGB value is (153,91,75). Sum of RGB (Red+Green+Blue) = 153+91+75=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #995B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B4B is #66A4B4. Grayscale: #6B6B6B. Windows color (decimal): -6726837 or 4938649. OLE color: 4938649.

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

Color convert

RGB1539175-
CMYK00.410.510.4
HSL12.31º34.21%44.71%-
HSV(B)12.31º50.98%60%-
XYZ18.1514.768.55-
YUV107.71109.54160.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=47.96%
G=28.53%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153917500.410.510.412.3134.2144.71
Hex995B4B0293328c222d
Octal2311331130516350144255
Binary100110011011011100101101010011100111010001100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,91,75); }

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

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

 a { background-color: rgb(153,91,75); }

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

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

 span { border-color: rgb(153,91,75); }

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