#8B394A

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

Shades of Camelot #8B394A

Tints of Camelot #8B394A

Color information

#8B394A (or 0x8B394A) is unknown color: approx Camelot. HEX triplet: 8B, 39 and 4A. RGB value is (139,57,74). Sum of RGB (Red+Green+Blue) = 139+57+74=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B394A is #74C6B5. Grayscale: #535353. Windows color (decimal): -7653046 or 4864395. OLE color: 4864395.

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

Color convert

RGB1395774-
CMYK00.590.470.45
HSL347.56º41.84%38.43%-
HSV(B)347.56º58.99%54.51%-
XYZ13.358.917.49-
YUV83.46122.67167.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=51.48%
G=21.11%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139577400.590.470.45347.5641.8438.43
Hex8B394A03B2F2D15c2a26
Octal2137111207357555345246
Binary1000101111100110010100111011101111101101101011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,74); }

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

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

 a { background-color: rgb(139,57,74); }

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

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

 span { border-color: rgb(139,57,74); }

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