#563A2A

Color #563A2A Bracken (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bracken #563A2A

Tints of Bracken #563A2A

Color information

#563A2A (or 0x563A2A) is unknown color: approx Bracken. HEX triplet: 56, 3A and 2A. RGB value is (86,58,42). Sum of RGB (Red+Green+Blue) = 86+58+42=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #563A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A2A is #A9C5D5. Grayscale: #404040. Windows color (decimal): -11126230 or 2767446. OLE color: 2767446.

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

Color convert

RGB865842-
CMYK00.330.510.66
HSL21.82º34.38%25.1%-
HSV(B)21.82º51.16%33.73%-
XYZ5.775.172.88-
YUV64.55115.28143.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=46.24%
G=31.18%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86584200.330.510.6621.8234.3825.1
Hex563A2A0213342162219
Octal126725204163102264231
Binary1010110111010101010010000111001110000101011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563A2A; }

 p { color: rgb(86,58,42); }

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

<style>
 a { background-color: #563A2A; }

 a { background-color: rgb(86,58,42); }

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

<style>
 span { border-color: #563A2A; }

 span { border-color: rgb(86,58,42); }

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