#893945

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

Shades of Camelot #893945

Tints of Camelot #893945

Color information

#893945 (or 0x893945) is unknown color: approx Camelot. HEX triplet: 89, 39 and 45. RGB value is (137,57,69). Sum of RGB (Red+Green+Blue) = 137+57+69=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #893945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893945 is #76C6BA. Grayscale: #525252. Windows color (decimal): -7784123 or 4536713. OLE color: 4536713.

HSL color Cylindrical-coordinate representation of color #893945: hue angle of 351º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893945 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1375769-
CMYK00.580.500.46
HSL351º41.24%38.04%-
HSV(B)351º58.39%53.73%-
XYZ12.858.676.63-
YUV82.29120.5167.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=52.09%
G=21.67%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137576900.580.500.4635141.2438.04
Hex89394503A322E15f2926
Octal2117110507262565375146
Binary1000100111100110001010111010110010101110101011111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893945; }

 p { color: rgb(137,57,69); }

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

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

 a { background-color: rgb(137,57,69); }

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

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

 span { border-color: rgb(137,57,69); }

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