#563F2F

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

Shades of Bracken #563F2F

Tints of Bracken #563F2F

Color information

#563F2F (or 0x563F2F) is unknown color: approx Bracken. HEX triplet: 56, 3F and 2F. RGB value is (86,63,47). Sum of RGB (Red+Green+Blue) = 86+63+47=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #563F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F2F is #A9C0D0. Grayscale: #444444. Windows color (decimal): -11124945 or 3096406. OLE color: 3096406.

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

Color convert

RGB866347-
CMYK00.270.450.66
HSL24.62º29.32%26.08%-
HSV(B)24.62º45.35%33.73%-
XYZ6.135.743.47-
YUV68.05116.12140.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=43.88%
G=32.14%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86634700.270.450.6624.6229.3226.08
Hex563F2F01B2D42191d1a
Octal126775703355102313532
Binary10101101111111011110110111011011000010110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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