#873949

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

Shades of Camelot #873949

Tints of Camelot #873949

Color information

#873949 (or 0x873949) is unknown color: approx Camelot. HEX triplet: 87, 39 and 49. RGB value is (135,57,73). Sum of RGB (Red+Green+Blue) = 135+57+73=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #873949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873949 is #78C6B6. Grayscale: #525252. Windows color (decimal): -7915191 or 4798855. OLE color: 4798855.

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

Color convert

RGB1355773-
CMYK00.580.460.47
HSL347.69º40.63%37.65%-
HSV(B)347.69º57.78%52.94%-
XYZ12.668.567.29-
YUV82.15122.84165.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=50.94%
G=21.51%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135577300.580.460.47347.6940.6337.65
Hex87394903A2E2F15c2926
Octal2077111107256575345146
Binary1000011111100110010010111010101110101111101011100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873949; }

 p { color: rgb(135,57,73); }

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

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

 a { background-color: rgb(135,57,73); }

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

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

 span { border-color: rgb(135,57,73); }

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