#883A47

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

Shades of Camelot #883A47

Tints of Camelot #883A47

Color information

#883A47 (or 0x883A47) is unknown color: approx Camelot. HEX triplet: 88, 3A and 47. RGB value is (136,58,71). Sum of RGB (Red+Green+Blue) = 136+58+71=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #883A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A47 is #77C5B8. Grayscale: #525252. Windows color (decimal): -7849401 or 4668040. OLE color: 4668040.

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

Color convert

RGB1365871-
CMYK00.570.480.47
HSL350º40.21%38.04%-
HSV(B)350º57.35%53.33%-
XYZ12.88.726.97-
YUV82.8121.34165.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=51.32%
G=21.89%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136587100.570.480.4735040.2138.04
Hex883A47039302F15e2826
Octal2107210707160575365046
Binary1000100011101010001110111001110000101111101011110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,58,71); }

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

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

 a { background-color: rgb(136,58,71); }

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

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

 span { border-color: rgb(136,58,71); }

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