#995E4B

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

Shades of Sepia #995E4B

Tints of Sepia #995E4B

Color information

#995E4B (or 0x995E4B) is unknown color: approx Sepia. HEX triplet: 99, 5E and 4B. RGB value is (153,94,75). Sum of RGB (Red+Green+Blue) = 153+94+75=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E4B is #66A1B4. Grayscale: #6D6D6D. Windows color (decimal): -6726069 or 4939417. OLE color: 4939417.

HSL color Cylindrical-coordinate representation of color #995E4B: hue angle of 14.62º 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 #995E4B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB1539475-
CMYK00.390.510.4
HSL14.62º34.21%44.71%-
HSV(B)14.62º50.98%60%-
XYZ18.4115.298.64-
YUV109.48108.55159.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=47.52%
G=29.19%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153947500.390.510.414.6234.2144.71
Hex995E4B0273328f222d
Octal2311361130476350174255
Binary100110011011110100101101001111100111010001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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