#563420

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

Shades of Brown Bramble #563420

Tints of Brown Bramble #563420

Color information

#563420 (or 0x563420) is unknown color: approx Brown Bramble. HEX triplet: 56, 34 and 20. RGB value is (86,52,32). Sum of RGB (Red+Green+Blue) = 86+52+32=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #563420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563420 is #A9CBDF. Grayscale: #3C3C3C. Windows color (decimal): -11127776 or 2110550. OLE color: 2110550.

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

Color convert

RGB865232-
CMYK00.400.630.66
HSL22.22º45.76%23.14%-
HSV(B)22.22º62.79%33.73%-
XYZ5.334.541.96-
YUV59.89112.26146.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=50.59%
G=30.59%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86523200.400.630.6622.2245.7623.14
Hex5634200283F42162e17
Octal126644005077102265627
Binary1010110110100100000010100011111110000101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563420; }

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

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

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

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

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

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

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

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