#562E40

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

Shades of Barossa #562E40

Tints of Barossa #562E40

Color information

#562E40 (or 0x562E40) is unknown color: approx Barossa. HEX triplet: 56, 2E and 40. RGB value is (86,46,64). Sum of RGB (Red+Green+Blue) = 86+46+64=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #562E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E40 is #A9D1BF. Grayscale: #3B3B3B. Windows color (decimal): -11129280 or 4206166. OLE color: 4206166.

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

Color convert

RGB864664-
CMYK00.470.260.66
HSL333º30.3%25.88%-
HSV(B)333º46.51%33.73%-
XYZ5.744.35.38-
YUV60.01130.25146.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=43.88%
G=23.47%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86466400.470.260.6633330.325.88
Hex562E4002F1A4214d1e1a
Octal12656100057321025153632
Binary1010110101110100000001011111101010000101010011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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