#873C4E

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

Shades of Camelot #873C4E

Tints of Camelot #873C4E

Color information

#873C4E (or 0x873C4E) is unknown color: approx Camelot. HEX triplet: 87, 3C and 4E. RGB value is (135,60,78). Sum of RGB (Red+Green+Blue) = 135+60+78=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #873C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C4E is #78C3B1. Grayscale: #545454. Windows color (decimal): -7914418 or 5127303. OLE color: 5127303.

HSL color Cylindrical-coordinate representation of color #873C4E: hue angle of 345.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C4E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1356078-
CMYK00.560.420.47
HSL345.6º38.46%38.24%-
HSV(B)345.6º55.56%52.94%-
XYZ12.988.938.25-
YUV84.48124.35164.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=49.45%
G=21.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135607800.560.420.47345.638.4638.24
Hex873C4E0382A2F15a2626
Octal2077411607052575324646
Binary1000011111110010011100111000101010101111101011010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873C4E; }

 p { color: rgb(135,60,78); }

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

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

 a { background-color: rgb(135,60,78); }

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

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

 span { border-color: rgb(135,60,78); }

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