#873946

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

Shades of Camelot #873946

Tints of Camelot #873946

Color information

#873946 (or 0x873946) is unknown color: approx Camelot. HEX triplet: 87, 39 and 46. RGB value is (135,57,70). Sum of RGB (Red+Green+Blue) = 135+57+70=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #873946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873946 is #78C6B9. Grayscale: #515151. Windows color (decimal): -7915194 or 4602247. OLE color: 4602247.

HSL color Cylindrical-coordinate representation of color #873946: hue angle of 350º 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 #873946 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1355770-
CMYK00.580.480.47
HSL350º40.63%37.65%-
HSV(B)350º57.78%52.94%-
XYZ12.568.526.78-
YUV81.8121.34165.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=51.53%
G=21.76%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135577000.580.480.4735040.6337.65
Hex87394603A302F15e2926
Octal2077110607260575365146
Binary1000011111100110001100111010110000101111101011110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873946; }

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

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

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

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

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

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

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

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