#874056

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

Shades of Camelot #874056

Tints of Camelot #874056

Color information

#874056 (or 0x874056) is unknown color: approx Camelot. HEX triplet: 87, 40 and 56. RGB value is (135,64,86). Sum of RGB (Red+Green+Blue) = 135+64+86=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #874056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874056 is #78BFA9. Grayscale: #575757. Windows color (decimal): -7913386 or 5652615. OLE color: 5652615.

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

Color convert

RGB1356486-
CMYK00.530.360.47
HSL341.41º35.68%39.02%-
HSV(B)341.41º52.59%52.94%-
XYZ13.59.499.92-
YUV87.74127.02161.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=47.37%
G=22.46%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135648600.530.360.47341.4135.6839.02
Hex874056035242F1552427
Octal20710012606544575254447
Binary10000111100000010101100110101100100101111101010101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874056; }

 p { color: rgb(135,64,86); }

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

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

 a { background-color: rgb(135,64,86); }

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

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

 span { border-color: rgb(135,64,86); }

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