#563F2A

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

Shades of Bracken #563F2A

Tints of Bracken #563F2A

Color information

#563F2A (or 0x563F2A) is unknown color: approx Bracken. HEX triplet: 56, 3F and 2A. RGB value is (86,63,42). Sum of RGB (Red+Green+Blue) = 86+63+42=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #563F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F2A is #A9C0D5. Grayscale: #434343. Windows color (decimal): -11124950 or 2768726. OLE color: 2768726.

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

Color convert

RGB866342-
CMYK00.270.510.66
HSL28.64º34.38%25.1%-
HSV(B)28.64º51.16%33.73%-
XYZ6.035.72.97-
YUV67.48113.62141.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=45.03%
G=32.98%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86634200.270.510.6628.6434.3825.1
Hex563F2A01B33421d2219
Octal126775203363102354231
Binary101011011111110101001101111001110000101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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