#874553

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

Shades of Camelot #874553

Tints of Camelot #874553

Color information

#874553 (or 0x874553) is unknown color: approx Camelot. HEX triplet: 87, 45 and 53. RGB value is (135,69,83). Sum of RGB (Red+Green+Blue) = 135+69+83=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874553 is #78BAAC. Grayscale: #5A5A5A. Windows color (decimal): -7912109 or 5457287. OLE color: 5457287.

HSL color Cylindrical-coordinate representation of color #874553: hue angle of 347.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874553 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1356983-
CMYK00.490.390.47
HSL347.27º32.35%40%-
HSV(B)347.27º48.89%52.94%-
XYZ13.6810.039.4-
YUV90.33123.87159.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=47.04%
G=24.04%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135698300.490.390.47347.2732.3540
Hex874553031272F15b2028
Octal20710512306147575334050
Binary10000111100010110100110110001100111101111101011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874553; }

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

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

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

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

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

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

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

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