#873C4D

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

Shades of Camelot #873C4D

Tints of Camelot #873C4D

Color information

#873C4D (or 0x873C4D) is unknown color: approx Camelot. HEX triplet: 87, 3C and 4D. RGB value is (135,60,77). Sum of RGB (Red+Green+Blue) = 135+60+77=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #873C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C4D is #78C3B2. Grayscale: #545454. Windows color (decimal): -7914419 or 5061767. OLE color: 5061767.

HSL color Cylindrical-coordinate representation of color #873C4D: hue angle of 346.4º 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 #873C4D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1356077-
CMYK00.560.430.47
HSL346.4º38.46%38.24%-
HSV(B)346.4º55.56%52.94%-
XYZ12.958.928.06-
YUV84.36123.85164.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=49.63%
G=22.06%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135607700.560.430.47346.438.4638.24
Hex873C4D0382B2F15a2626
Octal2077411507053575324646
Binary1000011111110010011010111000101011101111101011010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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