#883345

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

Shades of Camelot #883345

Tints of Camelot #883345

Color information

#883345 (or 0x883345) is unknown color: approx Camelot. HEX triplet: 88, 33 and 45. RGB value is (136,51,69). Sum of RGB (Red+Green+Blue) = 136+51+69=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #883345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883345 is #77CCBA. Grayscale: #4E4E4E. Windows color (decimal): -7851195 or 4535176. OLE color: 4535176.

HSL color Cylindrical-coordinate representation of color #883345: hue angle of 347.29º 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 #883345 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1365169-
CMYK00.620.490.47
HSL347.29º45.45%36.67%-
HSV(B)347.29º62.5%53.33%-
XYZ12.418.036.53-
YUV78.47122.66169.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=53.12%
G=19.92%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136516900.620.490.47347.2945.4536.67
Hex88334503E312F15b2d25
Octal2106310507661575335545
Binary1000100011001110001010111110110001101111101011011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883345; }

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

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

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

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

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

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

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

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