#883347

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

Shades of Camelot #883347

Tints of Camelot #883347

Color information

#883347 (or 0x883347) is unknown color: approx Camelot. HEX triplet: 88, 33 and 47. RGB value is (136,51,71). Sum of RGB (Red+Green+Blue) = 136+51+71=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883347 is #77CCB8. Grayscale: #4E4E4E. Windows color (decimal): -7851193 or 4666248. OLE color: 4666248.

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

Color convert

RGB1365171-
CMYK00.620.480.47
HSL345.88º45.45%36.67%-
HSV(B)345.88º62.5%53.33%-
XYZ12.478.066.86-
YUV78.69123.66168.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=52.71%
G=19.77%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136517100.620.480.47345.8845.4536.67
Hex88334703E302F15a2d25
Octal2106310707660575325545
Binary1000100011001110001110111110110000101111101011010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883347; }

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

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

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

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

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

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

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

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