#563040

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

Shades of Barossa #563040

Tints of Barossa #563040

Color information

#563040 (or 0x563040) is unknown color: approx Barossa. HEX triplet: 56, 30 and 40. RGB value is (86,48,64). Sum of RGB (Red+Green+Blue) = 86+48+64=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #563040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563040 is #A9CFBF. Grayscale: #3D3D3D. Windows color (decimal): -11128768 or 4206678. OLE color: 4206678.

HSL color Cylindrical-coordinate representation of color #563040: hue angle of 334.74º 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 #563040 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB864864-
CMYK00.440.260.66
HSL334.74º28.36%26.27%-
HSV(B)334.74º44.19%33.73%-
XYZ5.824.465.41-
YUV61.19129.59145.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=43.43%
G=24.24%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86486400.440.260.66334.7428.3626.27
Hex56304002C1A4214f1c1a
Octal12660100054321025173432
Binary1010110110000100000001011001101010000101010011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563040; }

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

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

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

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

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

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

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

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