#873945

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

Shades of Camelot #873945

Tints of Camelot #873945

Color information

#873945 (or 0x873945) is unknown color: approx Camelot. HEX triplet: 87, 39 and 45. RGB value is (135,57,69). Sum of RGB (Red+Green+Blue) = 135+57+69=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #873945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873945 is #78C6BA. Grayscale: #515151. Windows color (decimal): -7915195 or 4536711. OLE color: 4536711.

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

Color convert

RGB1355769-
CMYK00.580.490.47
HSL350.77º40.63%37.65%-
HSV(B)350.77º57.78%52.94%-
XYZ12.538.516.61-
YUV81.69120.84166.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=51.72%
G=21.84%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135576900.580.490.47350.7740.6337.65
Hex87394503A312F15f2926
Octal2077110507261575375146
Binary1000011111100110001010111010110001101111101011111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873945; }

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

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

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

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

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

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

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

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