#8B354A

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

Shades of Camelot #8B354A

Tints of Camelot #8B354A

Color information

#8B354A (or 0x8B354A) is unknown color: approx Camelot. HEX triplet: 8B, 35 and 4A. RGB value is (139,53,74). Sum of RGB (Red+Green+Blue) = 139+53+74=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B354A is #74CAB5. Grayscale: #515151. Windows color (decimal): -7654070 or 4863371. OLE color: 4863371.

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

Color convert

RGB1395374-
CMYK00.620.470.45
HSL345.35º44.79%37.65%-
HSV(B)345.35º61.87%54.51%-
XYZ13.168.537.43-
YUV81.11123.99169.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=52.26%
G=19.92%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139537400.620.470.45345.3544.7937.65
Hex8B354A03E2F2D1592d26
Octal2136511207657555315546
Binary1000101111010110010100111110101111101101101011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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