#935845

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

Shades of Sepia #935845

Tints of Sepia #935845

Color information

#935845 (or 0x935845) is unknown color: approx Sepia. HEX triplet: 93, 58 and 45. RGB value is (147,88,69). Sum of RGB (Red+Green+Blue) = 147+88+69=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #935845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935845 is #6CA7BA. Grayscale: #676767. Windows color (decimal): -7120827 or 4544659. OLE color: 4544659.

HSL color Cylindrical-coordinate representation of color #935845: hue angle of 14.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #935845 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1478869-
CMYK00.400.530.42
HSL14.62º36.11%42.35%-
HSV(B)14.62º53.06%57.65%-
XYZ16.613.617.38-
YUV103.48108.55159.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=48.36%
G=28.95%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147886900.400.530.4214.6236.1142.35
Hex935845028352Af242a
Octal2231301050506552174452
Binary100100111011000100010101010001101011010101111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935845; }

 p { color: rgb(147,88,69); }

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

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

 a { background-color: rgb(147,88,69); }

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

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

 span { border-color: rgb(147,88,69); }

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