#935A45

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

Shades of Sepia #935A45

Tints of Sepia #935A45

Color information

#935A45 (or 0x935A45) is unknown color: approx Sepia. HEX triplet: 93, 5A and 45. RGB value is (147,90,69). Sum of RGB (Red+Green+Blue) = 147+90+69=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #935A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A45 is #6CA5BA. Grayscale: #686868. Windows color (decimal): -7120315 or 4545171. OLE color: 4545171.

HSL color Cylindrical-coordinate representation of color #935A45: hue angle of 16.15º 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 #935A45 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1479069-
CMYK00.390.530.42
HSL16.15º36.11%42.35%-
HSV(B)16.15º53.06%57.65%-
XYZ16.7613.957.44-
YUV104.65107.88158.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=48.04%
G=29.41%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147906900.390.530.4216.1536.1142.35
Hex935A45027352A10242a
Octal2231321050476552204452
Binary1001001110110101000101010011111010110101010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935A45; }

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

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

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

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

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

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

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

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