#945946

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

Shades of Sepia #945946

Tints of Sepia #945946

Color information

#945946 (or 0x945946) is unknown color: approx Sepia. HEX triplet: 94, 59 and 46. RGB value is (148,89,70). Sum of RGB (Red+Green+Blue) = 148+89+70=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #945946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945946 is #6BA6B9. Grayscale: #686868. Windows color (decimal): -7055034 or 4610452. OLE color: 4610452.

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

Color convert

RGB1488970-
CMYK00.400.530.42
HSL14.62º35.78%42.75%-
HSV(B)14.62º52.7%58.04%-
XYZ16.8913.887.58-
YUV104.48108.55159.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=48.21%
G=28.99%
B=22.80%

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
Decimal148897000.400.530.4214.6235.7842.75
Hex945946028352Af242b
Octal2241311060506552174453
Binary100101001011001100011001010001101011010101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945946; }

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

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

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

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

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

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

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

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