#562E43

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

Shades of Barossa #562E43

Tints of Barossa #562E43

Color information

#562E43 (or 0x562E43) is unknown color: approx Barossa. HEX triplet: 56, 2E and 43. RGB value is (86,46,67). Sum of RGB (Red+Green+Blue) = 86+46+67=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #562E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E43 is #A9D1BC. Grayscale: #3C3C3C. Windows color (decimal): -11129277 or 4402774. OLE color: 4402774.

HSL color Cylindrical-coordinate representation of color #562E43: hue angle of 328.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E43 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB864667-
CMYK00.470.220.66
HSL328.5º30.3%25.88%-
HSV(B)328.5º46.51%33.73%-
XYZ5.834.345.84-
YUV60.35131.75146.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=43.22%
G=23.12%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86466700.470.220.66328.530.325.88
Hex562E4302F16421481e1a
Octal12656103057261025103632
Binary1010110101110100001101011111011010000101010010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562E43; }

 p { color: rgb(86,46,67); }

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

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

 a { background-color: rgb(86,46,67); }

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

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

 span { border-color: rgb(86,46,67); }

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