#873A4F

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

Shades of Camelot #873A4F

Tints of Camelot #873A4F

Color information

#873A4F (or 0x873A4F) is unknown color: approx Camelot. HEX triplet: 87, 3A and 4F. RGB value is (135,58,79). Sum of RGB (Red+Green+Blue) = 135+58+79=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #873A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A4F is #78C5B0. Grayscale: #535353. Windows color (decimal): -7914929 or 5192327. OLE color: 5192327.

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

Color convert

RGB1355879-
CMYK00.570.410.47
HSL343.64º39.9%37.84%-
HSV(B)343.64º57.04%52.94%-
XYZ12.928.748.4-
YUV83.42125.51164.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=49.63%
G=21.32%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135587900.570.410.47343.6439.937.84
Hex873A4F039292F1582826
Octal2077211707151575305046
Binary1000011111101010011110111001101001101111101011000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,58,79); }

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

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

 a { background-color: rgb(135,58,79); }

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

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

 span { border-color: rgb(135,58,79); }

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