#894256

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

Shades of Camelot #894256

Tints of Camelot #894256

Color information

#894256 (or 0x894256) is unknown color: approx Camelot. HEX triplet: 89, 42 and 56. RGB value is (137,66,86). Sum of RGB (Red+Green+Blue) = 137+66+86=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894256 is #76BDA9. Grayscale: #595959. Windows color (decimal): -7781802 or 5653129. OLE color: 5653129.

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

Color convert

RGB1376686-
CMYK00.520.370.46
HSL343.1º34.98%39.8%-
HSV(B)343.1º51.82%53.73%-
XYZ13.949.899.98-
YUV89.51126.02161.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=47.40%
G=22.84%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137668600.520.370.46343.134.9839.8
Hex894256034252E1572328
Octal21110212606445565274350
Binary10001001100001010101100110100100101101110101010111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894256; }

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

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

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

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

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

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

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

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