#893646

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

Shades of Camelot #893646

Tints of Camelot #893646

Color information

#893646 (or 0x893646) is unknown color: approx Camelot. HEX triplet: 89, 36 and 46. RGB value is (137,54,70). Sum of RGB (Red+Green+Blue) = 137+54+70=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #893646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893646 is #76C9B9. Grayscale: #505050. Windows color (decimal): -7784890 or 4601481. OLE color: 4601481.

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

Color convert

RGB1375470-
CMYK00.610.490.46
HSL348.43º43.46%37.45%-
HSV(B)348.43º60.58%53.73%-
XYZ12.748.46.74-
YUV80.64122168.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=52.49%
G=20.69%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137547000.610.490.46348.4343.4637.45
Hex89364603D312E15c2b25
Octal2116610607561565345345
Binary1000100111011010001100111101110001101110101011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893646; }

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

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

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

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

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

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

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

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