#873745

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

Shades of Camelot #873745

Tints of Camelot #873745

Color information

#873745 (or 0x873745) is unknown color: approx Camelot. HEX triplet: 87, 37 and 45. RGB value is (135,55,69). Sum of RGB (Red+Green+Blue) = 135+55+69=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #873745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873745 is #78C8BA. Grayscale: #505050. Windows color (decimal): -7915707 or 4536199. OLE color: 4536199.

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

Color convert

RGB1355569-
CMYK00.590.490.47
HSL349.5º42.11%37.25%-
HSV(B)349.5º59.26%52.94%-
XYZ12.438.316.58-
YUV80.52121.5166.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=52.12%
G=21.24%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135556900.590.490.47349.542.1137.25
Hex87374503B312F15e2a25
Octal2076710507361575365245
Binary1000011111011110001010111011110001101111101011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873745; }

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

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

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

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

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

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

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

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