#874655

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

Shades of Camelot #874655

Tints of Camelot #874655

Color information

#874655 (or 0x874655) is unknown color: approx Camelot. HEX triplet: 87, 46 and 55. RGB value is (135,70,85). Sum of RGB (Red+Green+Blue) = 135+70+85=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874655 is #78B9AA. Grayscale: #5B5B5B. Windows color (decimal): -7911851 or 5588615. OLE color: 5588615.

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

Color convert

RGB1357085-
CMYK00.480.370.47
HSL346.15º31.71%40.2%-
HSV(B)346.15º48.15%52.94%-
XYZ13.8210.199.83-
YUV91.14124.53159.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=46.55%
G=24.14%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135708500.480.370.47346.1531.7140.2
Hex874655030252F15a2028
Octal20710612506045575324050
Binary10000111100011010101010110000100101101111101011010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874655; }

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

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

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

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

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

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

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

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