#563320

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

Shades of Brown Bramble #563320

Tints of Brown Bramble #563320

Color information

#563320 (or 0x563320) is unknown color: approx Brown Bramble. HEX triplet: 56, 33 and 20. RGB value is (86,51,32). Sum of RGB (Red+Green+Blue) = 86+51+32=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #563320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563320 is #A9CCDF. Grayscale: #3B3B3B. Windows color (decimal): -11128032 or 2110294. OLE color: 2110294.

HSL color Cylindrical-coordinate representation of color #563320: hue angle of 21.11º 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 #563320 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB865132-
CMYK00.410.630.66
HSL21.11º45.76%23.14%-
HSV(B)21.11º62.79%33.73%-
XYZ5.284.451.95-
YUV59.3112.6147.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=50.89%
G=30.18%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86513200.410.630.6621.1145.7623.14
Hex5633200293F42152e17
Octal126634005177102255627
Binary1010110110011100000010100111111110000101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563320; }

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

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

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

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

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

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

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

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