#8C3437

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

Shades of Well Read #8C3437

Tints of Well Read #8C3437

Color information

#8C3437 (or 0x8C3437) is unknown color: approx Well Read. HEX triplet: 8C, 34 and 37. RGB value is (140,52,55). Sum of RGB (Red+Green+Blue) = 140+52+55=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3437 is #73CBC8. Grayscale: #4E4E4E. Windows color (decimal): -7588809 or 3617932. OLE color: 3617932.

HSL color Cylindrical-coordinate representation of color #8C3437: hue angle of 357.95º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3437 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB1405255-
CMYK00.630.610.45
HSL357.95º45.83%37.65%-
HSV(B)357.95º62.86%54.9%-
XYZ12.738.314.55-
YUV78.65114.65171.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=56.68%
G=21.05%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140525500.630.610.45357.9545.8337.65
Hex8C343703F3D2D1662e26
Octal214646707775555465646
Binary100011001101001101110111111111101101101101100110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3437; }

 p { color: rgb(140,52,55); }

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

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

 a { background-color: rgb(140,52,55); }

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

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

 span { border-color: rgb(140,52,55); }

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