#562740

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

Shades of Barossa #562740

Tints of Barossa #562740

Color information

#562740 (or 0x562740) is unknown color: approx Barossa. HEX triplet: 56, 27 and 40. RGB value is (86,39,64). Sum of RGB (Red+Green+Blue) = 86+39+64=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562740 is #A9D8BF. Grayscale: #373737. Windows color (decimal): -11131072 or 4204374. OLE color: 4204374.

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

Color convert

RGB863964-
CMYK00.550.260.66
HSL328.09º37.6%24.51%-
HSV(B)328.09º54.65%33.73%-
XYZ5.493.85.29-
YUV55.9132.57149.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=45.50%
G=20.63%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86396400.550.260.66328.0937.624.51
Hex5627400371A421482619
Octal12647100067321025104631
Binary10101101001111000000011011111010100001010100100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562740; }

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

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

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

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

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

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

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

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