#874351

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

Shades of Camelot #874351

Tints of Camelot #874351

Color information

#874351 (or 0x874351) is unknown color: approx Camelot. HEX triplet: 87, 43 and 51. RGB value is (135,67,81). Sum of RGB (Red+Green+Blue) = 135+67+81=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874351 is #78BCAE. Grayscale: #585858. Windows color (decimal): -7912623 or 5325703. OLE color: 5325703.

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

Color convert

RGB1356781-
CMYK00.500.400.47
HSL347.65º33.66%39.61%-
HSV(B)347.65º50.37%52.94%-
XYZ13.489.768.96-
YUV88.93123.53160.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=47.70%
G=23.67%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135678100.500.400.47347.6533.6639.61
Hex874351032282F15c2228
Octal20710312106250575344250
Binary10000111100001110100010110010101000101111101011100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874351; }

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

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

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

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

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

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

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

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