#8C383B

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

Shades of Well Read #8C383B

Tints of Well Read #8C383B

Color information

#8C383B (or 0x8C383B) is unknown color: approx Well Read. HEX triplet: 8C, 38 and 3B. RGB value is (140,56,59). Sum of RGB (Red+Green+Blue) = 140+56+59=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C383B is #73C7C4. Grayscale: #515151. Windows color (decimal): -7587781 or 3881100. OLE color: 3881100.

HSL color Cylindrical-coordinate representation of color #8C383B: hue angle of 357.86º 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 #8C383B is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1405659-
CMYK00.60.580.45
HSL357.86º42.86%38.43%-
HSV(B)357.86º60%54.9%-
XYZ13.028.725.13-
YUV81.46115.33169.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=54.90%
G=21.96%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140565900.60.580.45357.8642.8638.43
Hex8C383B03C3A2D1662b26
Octal214707307472555465346
Binary100011001110001110110111100111010101101101100110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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