#9C393C

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

Shades of Well Read #9C393C

Tints of Well Read #9C393C

Color information

#9C393C (or 0x9C393C) is unknown color: approx Well Read. HEX triplet: 9C, 39 and 3C. RGB value is (156,57,60). Sum of RGB (Red+Green+Blue) = 156+57+60=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C393C is #63C6C3. Grayscale: #575757. Windows color (decimal): -6538948 or 3946908. OLE color: 3946908.

HSL color Cylindrical-coordinate representation of color #9C393C: hue angle of 358.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C393C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1565760-
CMYK00.630.620.39
HSL358.18º46.48%41.76%-
HSV(B)358.18º63.46%61.18%-
XYZ15.9910.325.42-
YUV86.94112.8177.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.14%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=57.14%
G=20.88%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156576000.630.620.39358.1846.4841.76
Hex9C393C03F3E271662e2a
Octal234717407776475465652
Binary100111001110011111000111111111110100111101100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C393C; }

 p { color: rgb(156,57,60); }

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

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

 a { background-color: rgb(156,57,60); }

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

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

 span { border-color: rgb(156,57,60); }

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