#893E56

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

Shades of Camelot #893E56

Tints of Camelot #893E56

Color information

#893E56 (or 0x893E56) is unknown color: approx Camelot. HEX triplet: 89, 3E and 56. RGB value is (137,62,86). Sum of RGB (Red+Green+Blue) = 137+62+86=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #893E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E56 is #76C1A9. Grayscale: #575757. Windows color (decimal): -7782826 or 5652105. OLE color: 5652105.

HSL color Cylindrical-coordinate representation of color #893E56: hue angle of 340.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E56 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1376286-
CMYK00.550.370.46
HSL340.8º37.69%39.02%-
HSV(B)340.8º54.74%53.73%-
XYZ13.729.449.9-
YUV87.16127.35163.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=48.07%
G=21.75%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137628600.550.370.46340.837.6939.02
Hex893E56037252E1552627
Octal2117612606745565254647
Binary1000100111111010101100110111100101101110101010101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893E56; }

 p { color: rgb(137,62,86); }

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

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

 a { background-color: rgb(137,62,86); }

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

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

 span { border-color: rgb(137,62,86); }

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