#945944

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

Shades of Sepia #945944

Tints of Sepia #945944

Color information

#945944 (or 0x945944) is unknown color: approx Sepia. HEX triplet: 94, 59 and 44. RGB value is (148,89,68). Sum of RGB (Red+Green+Blue) = 148+89+68=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #945944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945944 is #6BA6BB. Grayscale: #686868. Windows color (decimal): -7055036 or 4479380. OLE color: 4479380.

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

Color convert

RGB1488968-
CMYK00.400.540.42
HSL15.75º37.04%42.35%-
HSV(B)15.75º54.05%58.04%-
XYZ16.8313.867.26-
YUV104.25107.55159.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=48.52%
G=29.18%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148896800.400.540.4215.7537.0442.35
Hex945944028362A10252a
Octal2241311040506652204552
Binary1001010010110011000100010100011011010101010000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945944; }

 p { color: rgb(148,89,68); }

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

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

 a { background-color: rgb(148,89,68); }

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

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

 span { border-color: rgb(148,89,68); }

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