#874458

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

Shades of Camelot #874458

Tints of Camelot #874458

Color information

#874458 (or 0x874458) is unknown color: approx Camelot. HEX triplet: 87, 44 and 58. RGB value is (135,68,88). Sum of RGB (Red+Green+Blue) = 135+68+88=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #874458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874458 is #78BBA7. Grayscale: #5A5A5A. Windows color (decimal): -7912360 or 5784711. OLE color: 5784711.

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

Color convert

RGB1356888-
CMYK00.500.350.47
HSL342.09º33%39.8%-
HSV(B)342.09º49.63%52.94%-
XYZ13.829.9910.43-
YUV90.31126.7159.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=46.39%
G=23.37%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135688800.500.350.47342.093339.8
Hex874458032232F1562128
Octal20710413006243575264150
Binary10000111100010010110000110010100011101111101010110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874458; }

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

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

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

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

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

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

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

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