#874250

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

Shades of Camelot #874250

Tints of Camelot #874250

Color information

#874250 (or 0x874250) is unknown color: approx Camelot. HEX triplet: 87, 42 and 50. RGB value is (135,66,80). Sum of RGB (Red+Green+Blue) = 135+66+80=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #874250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874250 is #78BDAF. Grayscale: #585858. Windows color (decimal): -7912880 or 5259911. OLE color: 5259911.

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

Color convert

RGB1356680-
CMYK00.510.410.47
HSL347.83º34.33%39.41%-
HSV(B)347.83º51.11%52.94%-
XYZ13.399.638.74-
YUV88.23123.36161.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=48.04%
G=23.49%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135668000.510.410.47347.8334.3339.41
Hex874250033292F15c2227
Octal20710212006351575344247
Binary10000111100001010100000110011101001101111101011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874250; }

 p { color: rgb(135,66,80); }

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

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

 a { background-color: rgb(135,66,80); }

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

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

 span { border-color: rgb(135,66,80); }

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