#874457

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

Shades of Camelot #874457

Tints of Camelot #874457

Color information

#874457 (or 0x874457) is unknown color: approx Camelot. HEX triplet: 87, 44 and 57. RGB value is (135,68,87). Sum of RGB (Red+Green+Blue) = 135+68+87=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874457 is #78BBA8. Grayscale: #5A5A5A. Windows color (decimal): -7912361 or 5719175. OLE color: 5719175.

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

Color convert

RGB1356887-
CMYK00.500.360.47
HSL342.99º33%39.8%-
HSV(B)342.99º49.63%52.94%-
XYZ13.789.9710.22-
YUV90.2126.2159.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 87 (34.38% from 255) = 30%
R=46.55%
G=23.45%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135688700.500.360.47342.993339.8
Hex874457032242F1572128
Octal20710412706244575274150
Binary10000111100010010101110110010100100101111101010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874457; }

 p { color: rgb(135,68,87); }

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

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

 a { background-color: rgb(135,68,87); }

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

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

 span { border-color: rgb(135,68,87); }

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