#563520

Color #563520 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #563520

Tints of Brown Bramble #563520

Color information

#563520 (or 0x563520) is unknown color: approx Brown Bramble. HEX triplet: 56, 35 and 20. RGB value is (86,53,32). Sum of RGB (Red+Green+Blue) = 86+53+32=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #563520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563520 is #A9CADF. Grayscale: #3C3C3C. Windows color (decimal): -11127520 or 2110806. OLE color: 2110806.

HSL color Cylindrical-coordinate representation of color #563520: hue angle of 23.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563520 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB865332-
CMYK00.380.630.66
HSL23.33º45.76%23.14%-
HSV(B)23.33º62.79%33.73%-
XYZ5.374.631.98-
YUV60.47111.93146.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=50.29%
G=30.99%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86533200.380.630.6623.3345.7623.14
Hex5635200263F42172e17
Octal126654004677102275627
Binary1010110110101100000010011011111110000101011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563520; }

 p { color: rgb(86,53,32); }

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

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

 a { background-color: rgb(86,53,32); }

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

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

 span { border-color: rgb(86,53,32); }

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