#923C42

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

Shades of Well Read #923C42

Tints of Well Read #923C42

Color information

#923C42 (or 0x923C42) is unknown color: approx Well Read. HEX triplet: 92, 3C and 42. RGB value is (146,60,66). Sum of RGB (Red+Green+Blue) = 146+60+66=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #923C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C42 is #6DC3BD. Grayscale: #565656. Windows color (decimal): -7193534 or 4340882. OLE color: 4340882.

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

Color convert

RGB1466066-
CMYK00.590.550.43
HSL355.81º41.75%40.39%-
HSV(B)355.81º58.9%57.25%-
XYZ14.459.746.27-
YUV86.4116.49170.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.68%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=53.68%
G=22.06%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146606600.590.550.43355.8141.7540.39
Hex923C4203B372B1642a28
Octal2227410207367535445250
Binary1001001011110010000100111011110111101011101100100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923C42; }

 p { color: rgb(146,60,66); }

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

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

 a { background-color: rgb(146,60,66); }

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

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

 span { border-color: rgb(146,60,66); }

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