#945440

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

Shades of Sepia #945440

Tints of Sepia #945440

Color information

#945440 (or 0x945440) is unknown color: approx Sepia. HEX triplet: 94, 54 and 40. RGB value is (148,84,64). Sum of RGB (Red+Green+Blue) = 148+84+64=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #945440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945440 is #6BABBF. Grayscale: #656565. Windows color (decimal): -7056320 or 4215956. OLE color: 4215956.

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

Color convert

RGB1488464-
CMYK00.430.570.42
HSL14.29º39.62%41.57%-
HSV(B)14.29º56.76%58.04%-
XYZ16.3113.016.5-
YUV100.86107.2161.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=50%
G=28.38%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148846400.430.570.4214.2939.6241.57
Hex94544002B392Ae282a
Octal2241241000537152165052
Binary100101001010100100000001010111110011010101110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945440; }

 p { color: rgb(148,84,64); }

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

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

 a { background-color: rgb(148,84,64); }

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

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

 span { border-color: rgb(148,84,64); }

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