#873345

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

Shades of Camelot #873345

Tints of Camelot #873345

Color information

#873345 (or 0x873345) is unknown color: approx Camelot. HEX triplet: 87, 33 and 45. RGB value is (135,51,69). Sum of RGB (Red+Green+Blue) = 135+51+69=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #873345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873345 is #78CCBA. Grayscale: #4E4E4E. Windows color (decimal): -7916731 or 4535175. OLE color: 4535175.

HSL color Cylindrical-coordinate representation of color #873345: hue angle of 347.14º 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 #873345 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1355169-
CMYK00.620.490.47
HSL347.14º45.16%36.47%-
HSV(B)347.14º62.22%52.94%-
XYZ12.257.956.52-
YUV78.17122.83168.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=52.94%
G=20%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135516900.620.490.47347.1445.1636.47
Hex87334503E312F15b2d24
Octal2076310507661575335544
Binary1000011111001110001010111110110001101111101011011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873345; }

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

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

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

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

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

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

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

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