#884256

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

Shades of Camelot #884256

Tints of Camelot #884256

Color information

#884256 (or 0x884256) is unknown color: approx Camelot. HEX triplet: 88, 42 and 56. RGB value is (136,66,86). Sum of RGB (Red+Green+Blue) = 136+66+86=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884256 is #77BDA9. Grayscale: #595959. Windows color (decimal): -7847338 or 5653128. OLE color: 5653128.

HSL color Cylindrical-coordinate representation of color #884256: hue angle of 342.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884256 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1366686-
CMYK00.510.370.47
HSL342.86º34.65%39.61%-
HSV(B)342.86º51.47%53.33%-
XYZ13.789.89.97-
YUV89.21126.19161.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=47.22%
G=22.92%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136668600.510.370.47342.8634.6539.61
Hex884256033252F1572328
Octal21010212606345575274350
Binary10001000100001010101100110011100101101111101010111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884256; }

 p { color: rgb(136,66,86); }

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

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

 a { background-color: rgb(136,66,86); }

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

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

 span { border-color: rgb(136,66,86); }

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