#894352

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

Shades of Camelot #894352

Tints of Camelot #894352

Color information

#894352 (or 0x894352) is unknown color: approx Camelot. HEX triplet: 89, 43 and 52. RGB value is (137,67,82). Sum of RGB (Red+Green+Blue) = 137+67+82=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #894352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894352 is #76BCAD. Grayscale: #595959. Windows color (decimal): -7781550 or 5391241. OLE color: 5391241.

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

Color convert

RGB1376782-
CMYK00.510.400.46
HSL347.14º34.31%40%-
HSV(B)347.14º51.09%53.73%-
XYZ13.859.949.17-
YUV89.64123.69161.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=47.90%
G=23.43%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137678200.510.400.46347.1434.3140
Hex894352033282E15b2228
Octal21110312206350565334250
Binary10001001100001110100100110011101000101110101011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894352; }

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

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

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

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

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

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

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

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