#874251

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

Shades of Camelot #874251

Tints of Camelot #874251

Color information

#874251 (or 0x874251) is unknown color: approx Camelot. HEX triplet: 87, 42 and 51. RGB value is (135,66,81). Sum of RGB (Red+Green+Blue) = 135+66+81=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #874251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874251 is #78BDAE. Grayscale: #585858. Windows color (decimal): -7912879 or 5325447. OLE color: 5325447.

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

Color convert

RGB1356681-
CMYK00.510.400.47
HSL346.96º34.33%39.41%-
HSV(B)346.96º51.11%52.94%-
XYZ13.439.648.94-
YUV88.34123.86161.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=47.87%
G=23.40%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135668100.510.400.47346.9634.3339.41
Hex874251033282F15b2227
Octal20710212106350575334247
Binary10000111100001010100010110011101000101111101011011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874251; }

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

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

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

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

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

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

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

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