#563346

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

Shades of Barossa #563346

Tints of Barossa #563346

Color information

#563346 (or 0x563346) is unknown color: approx Barossa. HEX triplet: 56, 33 and 46. RGB value is (86,51,70). Sum of RGB (Red+Green+Blue) = 86+51+70=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563346 is #A9CCB9. Grayscale: #3F3F3F. Windows color (decimal): -11127994 or 4600662. OLE color: 4600662.

HSL color Cylindrical-coordinate representation of color #563346: hue angle of 327.43º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #563346 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB865170-
CMYK00.410.190.66
HSL327.43º25.55%26.86%-
HSV(B)327.43º40.7%33.73%-
XYZ6.134.796.4-
YUV63.63131.6143.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=41.55%
G=24.64%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86517000.410.190.66327.4325.5526.86
Hex56334602913421471a1b
Octal12663106051231025073233
Binary1010110110011100011001010011001110000101010001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563346; }

 p { color: rgb(86,51,70); }

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

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

 a { background-color: rgb(86,51,70); }

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

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

 span { border-color: rgb(86,51,70); }

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