#893647

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

Shades of Camelot #893647

Tints of Camelot #893647

Color information

#893647 (or 0x893647) is unknown color: approx Camelot. HEX triplet: 89, 36 and 47. RGB value is (137,54,71). Sum of RGB (Red+Green+Blue) = 137+54+71=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #893647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893647 is #76C9B8. Grayscale: #505050. Windows color (decimal): -7784889 or 4667017. OLE color: 4667017.

HSL color Cylindrical-coordinate representation of color #893647: hue angle of 347.71º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893647 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1375471-
CMYK00.610.480.46
HSL347.71º43.46%37.45%-
HSV(B)347.71º60.58%53.73%-
XYZ12.778.416.91-
YUV80.76122.5168.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=52.29%
G=20.61%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137547100.610.480.46347.7143.4637.45
Hex89364703D302E15c2b25
Octal2116610707560565345345
Binary1000100111011010001110111101110000101110101011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893647; }

 p { color: rgb(137,54,71); }

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

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

 a { background-color: rgb(137,54,71); }

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

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

 span { border-color: rgb(137,54,71); }

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