#943746

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

Shades of Well Read #943746

Tints of Well Read #943746

Color information

#943746 (or 0x943746) is unknown color: approx Well Read. HEX triplet: 94, 37 and 46. RGB value is (148,55,70). Sum of RGB (Red+Green+Blue) = 148+55+70=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #943746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943746 is #6BC8B9. Grayscale: #545454. Windows color (decimal): -7063738 or 4601748. OLE color: 4601748.

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

Color convert

RGB1485570-
CMYK00.630.530.42
HSL350.32º45.81%39.8%-
HSV(B)350.32º62.84%58.04%-
XYZ14.689.476.85-
YUV84.52119.81173.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=54.21%
G=20.15%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148557000.630.530.42350.3245.8139.8
Hex94374603F352A15e2e28
Octal2246710607765525365650
Binary1001010011011110001100111111110101101010101011110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943746; }

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

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

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

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

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

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

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

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