#874455

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

Shades of Camelot #874455

Tints of Camelot #874455

Color information

#874455 (or 0x874455) is unknown color: approx Camelot. HEX triplet: 87, 44 and 55. RGB value is (135,68,85). Sum of RGB (Red+Green+Blue) = 135+68+85=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874455 is #78BBAA. Grayscale: #595959. Windows color (decimal): -7912363 or 5588103. OLE color: 5588103.

HSL color Cylindrical-coordinate representation of color #874455: hue angle of 344.78º 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 #874455 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1356885-
CMYK00.500.370.47
HSL344.78º33%39.8%-
HSV(B)344.78º49.63%52.94%-
XYZ13.79.949.79-
YUV89.97125.2160.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=46.88%
G=23.61%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135688500.500.370.47344.783339.8
Hex874455032252F1592128
Octal20710412506245575314150
Binary10000111100010010101010110010100101101111101011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874455; }

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

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

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

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

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

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

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

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