#563245

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

Shades of Barossa #563245

Tints of Barossa #563245

Color information

#563245 (or 0x563245) is unknown color: approx Barossa. HEX triplet: 56, 32 and 45. RGB value is (86,50,69). Sum of RGB (Red+Green+Blue) = 86+50+69=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #563245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563245 is #A9CDBA. Grayscale: #3E3E3E. Windows color (decimal): -11128251 or 4534870. OLE color: 4534870.

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

Color convert

RGB865069-
CMYK00.420.200.66
HSL328.33º26.47%26.67%-
HSV(B)328.33º41.86%33.73%-
XYZ6.054.696.22-
YUV62.93131.43144.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=41.95%
G=24.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86506900.420.200.66328.3326.4726.67
Hex56324502A14421481a1b
Octal12662105052241025103233
Binary1010110110010100010101010101010010000101010010001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563245; }

 p { color: rgb(86,50,69); }

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

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

 a { background-color: rgb(86,50,69); }

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

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

 span { border-color: rgb(86,50,69); }

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