#8C383D

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

Shades of Well Read #8C383D

Tints of Well Read #8C383D

Color information

#8C383D (or 0x8C383D) is unknown color: approx Well Read. HEX triplet: 8C, 38 and 3D. RGB value is (140,56,61). Sum of RGB (Red+Green+Blue) = 140+56+61=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C383D is #73C7C2. Grayscale: #515151. Windows color (decimal): -7587779 or 4012172. OLE color: 4012172.

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

Color convert

RGB1405661-
CMYK00.60.560.45
HSL356.43º42.86%38.43%-
HSV(B)356.43º60%54.9%-
XYZ13.078.745.41-
YUV81.69116.33169.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.47%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=54.47%
G=21.79%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140566100.60.560.45356.4342.8638.43
Hex8C383D03C382D1642b26
Octal214707507470555445346
Binary100011001110001111010111100111000101101101100100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,61); }

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

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

 a { background-color: rgb(140,56,61); }

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

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

 span { border-color: rgb(140,56,61); }

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