#873346

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

Shades of Camelot #873346

Tints of Camelot #873346

Color information

#873346 (or 0x873346) is unknown color: approx Camelot. HEX triplet: 87, 33 and 46. RGB value is (135,51,70). Sum of RGB (Red+Green+Blue) = 135+51+70=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #873346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873346 is #78CCB9. Grayscale: #4E4E4E. Windows color (decimal): -7916730 or 4600711. OLE color: 4600711.

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

Color convert

RGB1355170-
CMYK00.620.480.47
HSL346.43º45.16%36.47%-
HSV(B)346.43º62.22%52.94%-
XYZ12.287.966.68-
YUV78.28123.33168.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=52.73%
G=19.92%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135517000.620.480.47346.4345.1636.47
Hex87334603E302F15a2d24
Octal2076310607660575325544
Binary1000011111001110001100111110110000101111101011010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873346; }

 p { color: rgb(135,51,70); }

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

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

 a { background-color: rgb(135,51,70); }

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

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

 span { border-color: rgb(135,51,70); }

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