#995F4B

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

Shades of Sepia #995F4B

Tints of Sepia #995F4B

Color information

#995F4B (or 0x995F4B) is unknown color: approx Sepia. HEX triplet: 99, 5F and 4B. RGB value is (153,95,75). Sum of RGB (Red+Green+Blue) = 153+95+75=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F4B is #66A0B4. Grayscale: #6E6E6E. Windows color (decimal): -6725813 or 4939673. OLE color: 4939673.

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

Color convert

RGB1539575-
CMYK00.380.510.4
HSL15.38º34.21%44.71%-
HSV(B)15.38º50.98%60%-
XYZ18.515.468.67-
YUV110.06108.22158.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=47.37%
G=29.41%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153957500.380.510.415.3834.2144.71
Hex995F4B0263328f222d
Octal2311371130466350174255
Binary100110011011111100101101001101100111010001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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