#883E55

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

Shades of Camelot #883E55

Tints of Camelot #883E55

Color information

#883E55 (or 0x883E55) is unknown color: approx Camelot. HEX triplet: 88, 3E and 55. RGB value is (136,62,85). Sum of RGB (Red+Green+Blue) = 136+62+85=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #883E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E55 is #77C1AA. Grayscale: #565656. Windows color (decimal): -7848363 or 5586568. OLE color: 5586568.

HSL color Cylindrical-coordinate representation of color #883E55: hue angle of 341.35º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883E55 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1366285-
CMYK00.540.380.47
HSL341.35º37.37%38.82%-
HSV(B)341.35º54.41%53.33%-
XYZ13.529.349.68-
YUV86.75127.02163.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=48.06%
G=21.91%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136628500.540.380.47341.3537.3738.82
Hex883E55036262F1552527
Octal2107612506646575254547
Binary1000100011111010101010110110100110101111101010101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883E55; }

 p { color: rgb(136,62,85); }

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

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

 a { background-color: rgb(136,62,85); }

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

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

 span { border-color: rgb(136,62,85); }

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