#562F40

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

Shades of Barossa #562F40

Tints of Barossa #562F40

Color information

#562F40 (or 0x562F40) is unknown color: approx Barossa. HEX triplet: 56, 2F and 40. RGB value is (86,47,64). Sum of RGB (Red+Green+Blue) = 86+47+64=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #562F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F40 is #A9D0BF. Grayscale: #3C3C3C. Windows color (decimal): -11129024 or 4206422. OLE color: 4206422.

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

Color convert

RGB864764-
CMYK00.450.260.66
HSL333.85º29.32%26.08%-
HSV(B)333.85º45.35%33.73%-
XYZ5.784.385.39-
YUV60.6129.92146.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=43.65%
G=23.86%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86476400.450.260.66333.8529.3226.08
Hex562F4002D1A4214e1d1a
Octal12657100055321025163532
Binary1010110101111100000001011011101010000101010011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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