#874155

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

Shades of Camelot #874155

Tints of Camelot #874155

Color information

#874155 (or 0x874155) is unknown color: approx Camelot. HEX triplet: 87, 41 and 55. RGB value is (135,65,85). Sum of RGB (Red+Green+Blue) = 135+65+85=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #874155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874155 is #78BEAA. Grayscale: #585858. Windows color (decimal): -7913131 or 5587335. OLE color: 5587335.

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

Color convert

RGB1356585-
CMYK00.520.370.47
HSL342.86º35%39.22%-
HSV(B)342.86º51.85%52.94%-
XYZ13.529.599.73-
YUV88.21126.19161.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=47.37%
G=22.81%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135658500.520.370.47342.863539.22
Hex874155034252F1572327
Octal20710112506445575274347
Binary10000111100000110101010110100100101101111101010111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874155; }

 p { color: rgb(135,65,85); }

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

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

 a { background-color: rgb(135,65,85); }

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

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

 span { border-color: rgb(135,65,85); }

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