#563042

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

Shades of Barossa #563042

Tints of Barossa #563042

Color information

#563042 (or 0x563042) is unknown color: approx Barossa. HEX triplet: 56, 30 and 42. RGB value is (86,48,66). Sum of RGB (Red+Green+Blue) = 86+48+66=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #563042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563042 is #A9CFBD. Grayscale: #3D3D3D. Windows color (decimal): -11128766 or 4337750. OLE color: 4337750.

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

Color convert

RGB864866-
CMYK00.440.230.66
HSL331.58º28.36%26.27%-
HSV(B)331.58º44.19%33.73%-
XYZ5.884.495.71-
YUV61.41130.59145.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 66 (26.17% from 255) = 33%
R=43%
G=24%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86486600.440.230.66331.5828.3626.27
Hex56304202C174214c1c1a
Octal12660102054271025143432
Binary1010110110000100001001011001011110000101010011001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563042; }

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

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

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

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

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

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

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

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