#873746

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

Shades of Camelot #873746

Tints of Camelot #873746

Color information

#873746 (or 0x873746) is unknown color: approx Camelot. HEX triplet: 87, 37 and 46. RGB value is (135,55,70). Sum of RGB (Red+Green+Blue) = 135+55+70=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #873746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873746 is #78C8B9. Grayscale: #505050. Windows color (decimal): -7915706 or 4601735. OLE color: 4601735.

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

Color convert

RGB1355570-
CMYK00.590.480.47
HSL348.75º42.11%37.25%-
HSV(B)348.75º59.26%52.94%-
XYZ12.468.336.74-
YUV80.63122166.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=51.92%
G=21.15%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135557000.590.480.47348.7542.1137.25
Hex87374603B302F15d2a25
Octal2076710607360575355245
Binary1000011111011110001100111011110000101111101011101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873746; }

 p { color: rgb(135,55,70); }

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

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

 a { background-color: rgb(135,55,70); }

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

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

 span { border-color: rgb(135,55,70); }

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