#8B343E

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

Shades of Well Read #8B343E

Tints of Well Read #8B343E

Color information

#8B343E (or 0x8B343E) is unknown color: approx Well Read. HEX triplet: 8B, 34 and 3E. RGB value is (139,52,62). Sum of RGB (Red+Green+Blue) = 139+52+62=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B343E is #74CBC1. Grayscale: #4F4F4F. Windows color (decimal): -7654338 or 4076683. OLE color: 4076683.

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

Color convert

RGB1395262-
CMYK00.630.550.45
HSL353.1º45.55%37.45%-
HSV(B)353.1º62.59%54.51%-
XYZ12.748.295.49-
YUV79.15118.32170.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=54.94%
G=20.55%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139526200.630.550.45353.145.5537.45
Hex8B343E03F372D1612e25
Octal213647607767555415645
Binary100010111101001111100111111110111101101101100001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,62); }

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

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

 a { background-color: rgb(139,52,62); }

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

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

 span { border-color: rgb(139,52,62); }

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