#562D44

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

Shades of Barossa #562D44

Tints of Barossa #562D44

Color information

#562D44 (or 0x562D44) is unknown color: approx Barossa. HEX triplet: 56, 2D and 44. RGB value is (86,45,68). Sum of RGB (Red+Green+Blue) = 86+45+68=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #562D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562D44 is #A9D2BB. Grayscale: #3B3B3B. Windows color (decimal): -11129532 or 4468054. OLE color: 4468054.

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

Color convert

RGB864568-
CMYK00.480.210.66
HSL326.34º31.3%25.69%-
HSV(B)326.34º47.67%33.73%-
XYZ5.824.275.99-
YUV59.88132.58146.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=43.22%
G=22.61%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86456800.480.210.66326.3431.325.69
Hex562D4403015421461f1a
Octal12655104060251025063732
Binary1010110101101100010001100001010110000101010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,45,68); }

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

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

 a { background-color: rgb(86,45,68); }

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

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

 span { border-color: rgb(86,45,68); }

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