#562B3F

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

Shades of Barossa #562B3F

Tints of Barossa #562B3F

Color information

#562B3F (or 0x562B3F) is unknown color: approx Barossa. HEX triplet: 56, 2B and 3F. RGB value is (86,43,63). Sum of RGB (Red+Green+Blue) = 86+43+63=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #562B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B3F is #A9D4C0. Grayscale: #3A3A3A. Windows color (decimal): -11130049 or 4139862. OLE color: 4139862.

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

Color convert

RGB864363-
CMYK00.500.270.66
HSL332.09º33.33%25.29%-
HSV(B)332.09º50%33.73%-
XYZ5.64.075.19-
YUV58.14130.75147.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 63 (25% from 255) = 32.81%
R=44.79%
G=22.40%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86436300.500.270.66332.0933.3325.29
Hex562B3F0321B4214c2119
Octal1265377062331025144131
Binary1010110101011111111011001011011100001010100110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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