#894356

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

Shades of Camelot #894356

Tints of Camelot #894356

Color information

#894356 (or 0x894356) is unknown color: approx Camelot. HEX triplet: 89, 43 and 56. RGB value is (137,67,86). Sum of RGB (Red+Green+Blue) = 137+67+86=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #894356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894356 is #76BCA9. Grayscale: #5A5A5A. Windows color (decimal): -7781546 or 5653385. OLE color: 5653385.

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

Color convert

RGB1376786-
CMYK00.510.370.46
HSL343.71º34.31%40%-
HSV(B)343.71º51.09%53.73%-
XYZ141010-
YUV90.1125.69161.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=47.24%
G=23.10%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137678600.510.370.46343.7134.3140
Hex894356033252E1582228
Octal21110312606345565304250
Binary10001001100001110101100110011100101101110101011000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894356; }

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

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

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

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

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

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

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

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