#562B3E

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

Shades of Barossa #562B3E

Tints of Barossa #562B3E

Color information

#562B3E (or 0x562B3E) is unknown color: approx Barossa. HEX triplet: 56, 2B and 3E. RGB value is (86,43,62). Sum of RGB (Red+Green+Blue) = 86+43+62=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #562B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B3E is #A9D4C1. Grayscale: #393939. Windows color (decimal): -11130050 or 4074326. OLE color: 4074326.

HSL color Cylindrical-coordinate representation of color #562B3E: hue angle of 333.49º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B3E is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB864362-
CMYK00.500.280.66
HSL333.49º33.33%25.29%-
HSV(B)333.49º50%33.73%-
XYZ5.574.055.05-
YUV58.02130.25147.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=45.03%
G=22.51%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86436200.500.280.66333.4933.3325.29
Hex562B3E0321C4214d2119
Octal1265376062341025154131
Binary1010110101011111110011001011100100001010100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,43,62); }

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

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

 a { background-color: rgb(86,43,62); }

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

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

 span { border-color: rgb(86,43,62); }

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