#893848

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

Shades of Camelot #893848

Tints of Camelot #893848

Color information

#893848 (or 0x893848) is unknown color: approx Camelot. HEX triplet: 89, 38 and 48. RGB value is (137,56,72). Sum of RGB (Red+Green+Blue) = 137+56+72=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #893848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893848 is #76C7B7. Grayscale: #525252. Windows color (decimal): -7784376 or 4733065. OLE color: 4733065.

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

Color convert

RGB1375672-
CMYK00.590.470.46
HSL348.15º41.97%37.84%-
HSV(B)348.15º59.12%53.73%-
XYZ12.98.617.11-
YUV82.04122.34167.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=51.70%
G=21.13%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137567200.590.470.46348.1541.9737.84
Hex89384803B2F2E15c2a26
Octal2117011007357565345246
Binary1000100111100010010000111011101111101110101011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893848; }

 p { color: rgb(137,56,72); }

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

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

 a { background-color: rgb(137,56,72); }

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

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

 span { border-color: rgb(137,56,72); }

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