#8B363E

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

Shades of Well Read #8B363E

Tints of Well Read #8B363E

Color information

#8B363E (or 0x8B363E) is unknown color: approx Well Read. HEX triplet: 8B, 36 and 3E. RGB value is (139,54,62). Sum of RGB (Red+Green+Blue) = 139+54+62=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B363E is #74C9C1. Grayscale: #505050. Windows color (decimal): -7653826 or 4077195. OLE color: 4077195.

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

Color convert

RGB1395462-
CMYK00.610.550.45
HSL354.35º44.04%37.84%-
HSV(B)354.35º61.15%54.51%-
XYZ12.848.485.52-
YUV80.33117.66169.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=54.51%
G=21.18%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139546200.610.550.45354.3544.0437.84
Hex8B363E03D372D1622c26
Octal213667607567555425446
Binary100010111101101111100111101110111101101101100010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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