#8B333C

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

Shades of Well Read #8B333C

Tints of Well Read #8B333C

Color information

#8B333C (or 0x8B333C) is unknown color: approx Well Read. HEX triplet: 8B, 33 and 3C. RGB value is (139,51,60). Sum of RGB (Red+Green+Blue) = 139+51+60=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B333C is #74CCC3. Grayscale: #4E4E4E. Windows color (decimal): -7654596 or 3945355. OLE color: 3945355.

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

Color convert

RGB1395160-
CMYK00.630.570.45
HSL353.86º46.32%37.25%-
HSV(B)353.86º63.31%54.51%-
XYZ12.658.185.19-
YUV78.34117.65171.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 60 (23.83% from 255) = 24%
R=55.6%
G=20.4%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139516000.630.570.45353.8646.3237.25
Hex8B333C03F392D1622e25
Octal213637407771555425645
Binary100010111100111111000111111111001101101101100010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,51,60); }

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

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

 a { background-color: rgb(139,51,60); }

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

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

 span { border-color: rgb(139,51,60); }

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